Skip to content

Commit d78cc8e

Browse files
authored
Merge pull request #676 from beetrees/ci-macos-latest
Use `macos-latest` in CI for `aarch64-apple-darwin`
2 parents 41d37b4 + b44d52f commit d78cc8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
include:
1818
- target: aarch64-apple-darwin
19-
os: macos-14
19+
os: macos-latest
2020
rust: nightly
2121
- target: aarch64-unknown-linux-gnu
2222
os: ubuntu-latest
@@ -80,7 +80,7 @@ jobs:
8080
os: ubuntu-latest
8181
rust: nightly
8282
- target: x86_64-apple-darwin
83-
os: macos-latest
83+
os: macos-13
8484
rust: nightly
8585
- target: i686-pc-windows-msvc
8686
os: windows-latest

0 commit comments

Comments
 (0)