Skip to content

Commit

Permalink
Move of macos-12. (#186)
Browse files Browse the repository at this point in the history
Can't move everything to macos-14, because GitHub only has ARM-based
runners for macos-14.
  • Loading branch information
BobWall23 authored Oct 28, 2024
1 parent a8b82de commit db353c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- os: ubuntu-22.04
target: wasm32-unknown-unknown
features: --features wasm --no-default-features
- os: macos-12
- os: macos-13
target: aarch64-apple-ios
- os: macos-12
- os: macos-13
target: x86_64-apple-darwin # 64-bit OSX
- os: macos-12
- os: macos-14
target: aarch64-apple-darwin # 64-bit M1 OSX
- os: windows-2019
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit db353c1

Please sign in to comment.