Skip to content

Commit d53998d

Browse files
authored
update swift bindings to use warp (#543)
Co-authored-by: cameronvoell <cameronvoell@users.noreply.github.com>
1 parent e06281b commit d53998d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_swift_bindings.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build-macos:
8-
runs-on: macos-latest
8+
runs-on: warp-macos-13-arm64-6x
99
strategy:
1010
fail-fast: false
1111
matrix:
@@ -54,7 +54,7 @@ jobs:
5454
retention-days: 1
5555

5656
swift:
57-
runs-on: macos-latest
57+
runs-on: warp-macos-13-arm64-6x
5858
steps:
5959
- name: Checkout
6060
uses: actions/checkout@v1
@@ -88,7 +88,7 @@ jobs:
8888

8989
package-swift:
9090
needs: [build-macos, swift]
91-
runs-on: macos-latest
91+
runs-on: warp-macos-13-arm64-6x
9292
steps:
9393
- name: Checkout
9494
uses: actions/checkout@v1

0 commit comments

Comments
 (0)