Merge pull request #676 from beetrees/ci-macos-latest
Use `macos-latest` in CI for `aarch64-apple-darwin`
This commit is contained in:
commit
569a93bc03
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- target: aarch64-apple-darwin
|
||||
os: macos-14
|
||||
os: macos-latest
|
||||
rust: nightly
|
||||
- target: aarch64-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
os: ubuntu-latest
|
||||
rust: nightly
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-latest
|
||||
os: macos-13
|
||||
rust: nightly
|
||||
- target: i686-pc-windows-msvc
|
||||
os: windows-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue