We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b82de commit db353c1Copy full SHA for db353c1
.github/workflows/ci.yaml
@@ -41,11 +41,11 @@ jobs:
41
- os: ubuntu-22.04
42
target: wasm32-unknown-unknown
43
features: --features wasm --no-default-features
44
- - os: macos-12
+ - os: macos-13
45
target: aarch64-apple-ios
46
47
target: x86_64-apple-darwin # 64-bit OSX
48
+ - os: macos-14
49
target: aarch64-apple-darwin # 64-bit M1 OSX
50
- os: windows-2019
51
target: x86_64-pc-windows-msvc
0 commit comments