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 2e66e59 commit f096c04Copy full SHA for f096c04
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
toolchain: [nightly, beta, stable, 1.36]
46
# Only Test macOS on stable to reduce macOS CI jobs
47
include:
48
- - os: macos-latest
+ - os: macos-12
49
toolchain: stable
50
steps:
51
- uses: actions/checkout@v3
@@ -81,7 +81,7 @@ jobs:
81
82
ios-tests:
83
name: iOS Simulator Test
84
- runs-on: macos-11
+ runs-on: macos-12
85
86
87
- uses: dtolnay/rust-toolchain@stable
@@ -152,7 +152,7 @@ jobs:
152
153
macos-link:
154
name: macOS ARM64 Build/Link
155
- runs-on: macos-latest
156
157
158
- uses: dtolnay/rust-toolchain@nightly
0 commit comments