Skip to content

Commit

Permalink
Use macos-14 explicitly for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Apr 15, 2024
1 parent 94a9e92 commit 3d12e6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ jobs:
- build: linux-x64-musl
target: x86_64-unknown-linux-musl
- build: macos-aarch64
os: macos-latest
# Go back ot `macos-latest` after migration is complete
# See https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/.
os: macos-14
target: aarch64-apple-darwin
- build: macos-x64
os: macos-latest
os: macos-14
target: x86_64-apple-darwin
- build: windows-x64-msvc
os: windows-latest
Expand Down

0 comments on commit 3d12e6d

Please sign in to comment.