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 24a6734 commit 7a86402Copy full SHA for 7a86402
.github/workflows/build.yml
@@ -56,7 +56,7 @@ env:
56
57
jobs:
58
macOS-latest-cmake-arm64:
59
- runs-on: macos-14
+ runs-on: macos-latest
60
61
steps:
62
- name: Clone
@@ -96,7 +96,7 @@ jobs:
96
ctest -L 'main|curl' --verbose --timeout 900
97
98
macOS-latest-cmake-x64:
99
- runs-on: macos-13
100
101
102
@@ -136,7 +136,7 @@ jobs:
136
ctest -L main --verbose --timeout 900
137
138
macOS-latest-cmake-arm64-webgpu:
139
+ runs-on: latest
140
141
142
0 commit comments