Skip to content

Commit cc0d69b

Browse files
authored
[backport] Bump version of macOS x86 runners (#212)
Backport of #200
1 parent 53fd3b3 commit cc0d69b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
368368
build_macos_x86_64:
369369
needs: source
370-
runs-on: macos-13
370+
runs-on: macos-15-intel
371371
strategy:
372372
fail-fast: false
373373
matrix:
@@ -406,7 +406,7 @@ jobs:
406406
needs:
407407
- source
408408
- build_macos_x86_64
409-
runs-on: macos-13
409+
runs-on: macos-15-intel
410410
steps:
411411
- uses: actions/download-artifact@v4
412412
with:
@@ -569,7 +569,7 @@ jobs:
569569
needs:
570570
- source
571571
- repackage_macos_x86_64
572-
runs-on: macos-13
572+
runs-on: macos-15-intel
573573
strategy:
574574
fail-fast: false
575575
matrix:

0 commit comments

Comments
 (0)