There was an error while loading. Please reload this page.
1 parent 21b6e46 commit eb4d750Copy full SHA for eb4d750
1 file changed
.github/workflows/build.yml
@@ -191,9 +191,11 @@ jobs:
191
strategy:
192
matrix:
193
os:
194
+ # List of available: https://github.com/actions/runner-images
195
+ # Note: "*-large" runners cannot use free GH actions credits
196
- windows-2022
- - macos-13 # intel-based macos
- - macos-14 # Apple silicon
197
+ - macos-15-intel # intel silicon
198
+ - macos-15 # ARM64 silicon
199
- ubuntu-22.04
200
- ubuntu-22.04-arm # aarch64
201
include:
0 commit comments