Merge pull request #676 from beetrees/ci-macos-latest

Use `macos-latest` in CI for `aarch64-apple-darwin`
This commit is contained in:
Trevor Gross 2024-08-24 05:59:57 -05:00 committed by GitHub
commit 569a93bc03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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