Skip to content

Commit d979239

Browse files
committed
[CI/CD] Bump actions macOS runner image versions
1 parent 407a56f commit d979239

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@ jobs:
191191
strategy:
192192
fail-fast: false
193193
matrix:
194-
runner: [macos-13, macos-14]
194+
runner: [macos-15-intel, macos-15]
195195
build_type: [Debug, Release]
196196
portable: [Non-Portable]
197197
include:
198-
- runner: macos-13
198+
- runner: macos-15-intel
199199
arch: x86_64
200-
- runner: macos-14
200+
- runner: macos-15
201201
arch: arm64
202202

203203
steps:

0 commit comments

Comments
 (0)