Skip to content

Commit 117b85d

Browse files
committed
fix ci
Signed-off-by: Cocoa <[email protected]>
1 parent a2c5a4a commit 117b85d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/precompile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cache/*.sha256
5454
5555
macos:
56-
runs-on: macos-12
56+
runs-on: ${{ matrix.job.runs-on }}
5757
env:
5858
MIX_ENV: prod
5959
ELIXIR_VERSION: "1.16"
@@ -62,9 +62,9 @@ jobs:
6262
matrix:
6363
job:
6464
- { otp_version: "25.3", runs-on: macos-12, arch: "x86_64" }
65-
- { otp_version: "25.3", runs-on: macos-14, arch: "arm64" }
65+
- { otp_version: "25.3", runs-on: macos-14, arch: "aarch64" }
6666

67-
name: macOS ${{ matrix.job.arch }} - OTP ${{ matrix.job.otp_version }}
67+
name: ${{ matrix.job.arch }}-apple-drawin - OTP ${{ matrix.job.otp_version }}
6868

6969
steps:
7070
- name: Checkout

0 commit comments

Comments
 (0)