From 04ae4b3270594a60c33bccf2215e0256ffabde62 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 19 Dec 2024 00:13:00 -0600 Subject: [PATCH] Restore `depot-macos-latest` usage for macOS --- .github/workflows/apple.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml index ca48d193..1bd4d3a0 100644 --- a/.github/workflows/apple.yml +++ b/.github/workflows/apple.yml @@ -14,7 +14,7 @@ env: jobs: pythonbuild: - runs-on: 'macos-13' + runs-on: depot-macos-latest steps: - uses: actions/checkout@v4 @@ -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