We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
depot-macos-latest
1 parent 47cc679 commit a9484efCopy full SHA for a9484ef
1 file changed
.github/workflows/apple.yml
@@ -14,7 +14,7 @@ env:
14
15
jobs:
16
pythonbuild:
17
- runs-on: 'macos-13'
+ runs-on: depot-macos-latest
18
steps:
19
- uses: actions/checkout@v4
20
@@ -71,7 +71,7 @@ jobs:
71
strategy:
72
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
73
fail-fast: false
74
- runs-on: macos-14
75
name: ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_options }}
76
77
0 commit comments