Skip to content

Commit

Permalink
Restore depot-macos-latest usage for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 19, 2024
1 parent 47cc679 commit 04ae4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
pythonbuild:
runs-on: 'macos-13'
runs-on: depot-macos-latest
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
strategy:
matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }}
fail-fast: false
runs-on: macos-14
runs-on: depot-macos-latest
name: ${{ matrix.target_triple }} / ${{ matrix.python }} / ${{ matrix.build_options }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 04ae4b3

Please sign in to comment.