Skip to content

Commit 4f0a90b

Browse files
committed
Move of macos-12.
Can't move everything to macos-14, because GitHub only has ARM-based runners for macos-14.
1 parent a8b82de commit 4f0a90b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
- os: ubuntu-22.04
4242
target: wasm32-unknown-unknown
4343
features: --features wasm --no-default-features
44-
- os: macos-12
44+
- os: macos-13
4545
target: aarch64-apple-ios
46-
- os: macos-12
46+
- os: macos-13
4747
target: x86_64-apple-darwin # 64-bit OSX
48-
- os: macos-12
48+
- os: macos-14
4949
target: aarch64-apple-darwin # 64-bit M1 OSX
5050
- os: windows-2019
5151
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)