Skip to content

Commit a9484ef

Browse files
authored
Restore depot-macos-latest usage for macOS (#448)
I noticed I accidentally reverted #426 in #428 😮‍💨
1 parent 47cc679 commit a9484ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
pythonbuild:
17-
runs-on: 'macos-13'
17+
runs-on: depot-macos-latest
1818
steps:
1919
- uses: actions/checkout@v4
2020

@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
7373
fail-fast: false
74-
runs-on: macos-14
74+
runs-on: depot-macos-latest
7575
name: ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_options }}
7676
steps:
7777
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)