Skip to content

Commit eb4d750

Browse files
committed
Update macos runner
1 parent 21b6e46 commit eb4d750

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,11 @@ jobs:
191191
strategy:
192192
matrix:
193193
os:
194+
# List of available: https://github.com/actions/runner-images
195+
# Note: "*-large" runners cannot use free GH actions credits
194196
- windows-2022
195-
- macos-13 # intel-based macos
196-
- macos-14 # Apple silicon
197+
- macos-15-intel # intel silicon
198+
- macos-15 # ARM64 silicon
197199
- ubuntu-22.04
198200
- ubuntu-22.04-arm # aarch64
199201
include:

0 commit comments

Comments
 (0)