Skip to content

Commit

Permalink
Merge pull request #676 from beetrees/ci-macos-latest
Browse files Browse the repository at this point in the history
Use `macos-latest` in CI for `aarch64-apple-darwin`
  • Loading branch information
tgross35 authored Aug 24, 2024
2 parents 41d37b4 + b44d52f commit d78cc8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d78cc8e

Please sign in to comment.