From 0f0b50e0c05c6b0ccaa93e933c513a2c1c4046cb Mon Sep 17 00:00:00 2001 From: Nicholas Molnar <65710+neekolas@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:58:09 -0800 Subject: [PATCH] Use Warp MacOS runners (#447) * Try macos runners * Remove this branch --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfc09e5f5..2aad70e1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: retention-days: 1 build-macos: - runs-on: macos-latest + runs-on: warp-macos-13-arm64-6x strategy: fail-fast: false matrix: @@ -105,7 +105,7 @@ jobs: retention-days: 1 kotlin: - runs-on: macos-latest + runs-on: warp-macos-13-arm64-6x steps: - name: Checkout uses: actions/checkout@v1 @@ -137,7 +137,7 @@ jobs: retention-days: 1 swift: - runs-on: macos-latest + runs-on: warp-macos-13-arm64-6x steps: - name: Checkout uses: actions/checkout@v1 @@ -196,7 +196,7 @@ jobs: package-swift: needs: [build-macos, swift] - runs-on: macos-latest + runs-on: warp-macos-13-arm64-6x steps: - name: Checkout uses: actions/checkout@v1