Skip to content

Commit

Permalink
Use Warp MacOS runners (#447)
Browse files Browse the repository at this point in the history
* Try macos runners

* Remove this branch
  • Loading branch information
neekolas authored Jan 23, 2024
1 parent 6fbca7e commit 0f0b50e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0f0b50e

Please sign in to comment.