Skip to content

Commit 834875c

Browse files
committed
ci: use macos-15-intel runner instead of soon-deprecated macos-13
1 parent 0d032c5 commit 834875c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
runs-on: [ubuntu-22.04, macos-13, macos-14, windows-latest]
28+
runs-on: [ubuntu-22.04, macos-15-intel, macos-14, windows-latest]
2929
compressed: [YES, NO]
3030
include:
3131
- nul: /dev/null
32-
- runs-on: macos-13
32+
- runs-on: macos-15-intel
3333
fasmg: /source/macos/x64/fasmg
3434
arch-suffix: "-intel"
3535
ez80-bins-suffix: macOS_intel

.github/workflows/make.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
runs-on: [ubuntu-22.04, macos-13, macos-14, windows-latest]
28+
runs-on: [ubuntu-22.04, macos-15-intel, macos-14, windows-latest]
2929
include:
3030
- nul: /dev/null
31-
- runs-on: macos-13
31+
- runs-on: macos-15-intel
3232
fasmg: /source/macos/x64/fasmg
3333
arch-suffix: "-intel"
3434
ez80-bins-suffix: macOS_intel
@@ -229,10 +229,10 @@ jobs:
229229
strategy:
230230
fail-fast: false
231231
matrix:
232-
runs-on: [ubuntu-latest, macos-13, macos-14, windows-latest]
232+
runs-on: [ubuntu-latest, macos-15-intel, macos-14, windows-latest]
233233
compressed: [YES, NO]
234234
include:
235-
- runs-on: macos-13
235+
- runs-on: macos-15-intel
236236
arch-suffix: "-intel"
237237
- runs-on: macos-14
238238
arch-suffix: "-arm"

0 commit comments

Comments
 (0)