Skip to content

Commit ed417f7

Browse files
Switch to macos-14 for the Darwin runners.
macos-14 runners are ARM, and should be much faster than the macos-13 runners.
1 parent 3136753 commit ed417f7

6 files changed

+8
-8
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
376376
build_darwin:
377377
name: Build on Darwin (clang, python_lib, simulated)
378-
runs-on: macos-13
378+
runs-on: macos-14
379379
if: github.actor != 'restyled-io[bot]'
380380

381381
steps:

.github/workflows/darwin-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
LSAN_OPTIONS: detect_leaks=1 malloc_context_size=40 suppressions=scripts/tests/chiptest/lsan-mac-suppressions.txt
5252

5353
if: github.actor != 'restyled-io[bot]'
54-
runs-on: macos-13
54+
runs-on: macos-14
5555

5656
steps:
5757
- name: Checkout

.github/workflows/darwin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
framework:
3737
name: Build framework
3838
if: github.actor != 'restyled-io[bot]'
39-
runs-on: macos-13
39+
runs-on: macos-14
4040
strategy:
4141
matrix:
4242
options: # We don't need a full matrix
@@ -73,7 +73,7 @@ jobs:
7373
name: Run framework tests
7474
if: github.actor != 'restyled-io[bot]'
7575
needs: [framework] # serialize to avoid running to many parallel macos runners
76-
runs-on: macos-13
76+
runs-on: macos-14
7777
strategy:
7878
matrix:
7979
options: # We don't need a full matrix

.github/workflows/example-tv-casting-darwin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
tv-casting-bridge:
3737
name: Build TV Casting Bridge example
3838
if: github.actor != 'restyled-io[bot]'
39-
runs-on: macos-13
39+
runs-on: macos-14
4040
steps:
4141
- name: Checkout
4242
uses: actions/checkout@v4

.github/workflows/fuzzing-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
build_darwin_fuzzing:
7070
name: Build on Darwin
71-
runs-on: macos-13
71+
runs-on: macos-14
7272
if: github.actor != 'restyled-io[bot]'
7373

7474
steps:

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
LSAN_OPTIONS: detect_leaks=1 suppressions=scripts/tests/chiptest/lsan-mac-suppressions.txt
341341

342342
if: github.actor != 'restyled-io[bot]'
343-
runs-on: macos-13
343+
runs-on: macos-14
344344

345345
steps:
346346
- name: Checkout
@@ -559,7 +559,7 @@ jobs:
559559
TSAN_OPTIONS: "halt_on_error=1"
560560

561561
if: github.actor != 'restyled-io[bot]' && false
562-
runs-on: macos-13
562+
runs-on: macos-14
563563

564564
steps:
565565
- name: Checkout

0 commit comments

Comments
 (0)