Skip to content

Commit

Permalink
Merge pull request #245 from ZettaScaleLabs/update-macos-14
Browse files Browse the repository at this point in the history
chore: update to latest macos-14 runner
  • Loading branch information
Mallets authored Nov 7, 2024
2 parents 3cc03f4 + 69a4671 commit 7579c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-crates-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- { target: armv7-unknown-linux-gnueabihf, os: ubuntu-20.04 }
- { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04 }
- { target: aarch64-unknown-linux-musl, os: ubuntu-20.04 }
- { target: x86_64-apple-darwin, os: macos-12 }
- { target: aarch64-apple-darwin, os: macos-12 }
- { target: x86_64-apple-darwin, os: macos-14 }
- { target: aarch64-apple-darwin, os: macos-14 }
- { target: x86_64-pc-windows-msvc, os: windows-2019 }
- { target: x86_64-pc-windows-gnu, os: windows-2019 }
steps:
Expand Down

0 comments on commit 7579c8c

Please sign in to comment.