Skip to content

Commit 80ea2b8

Browse files
committed
Swift: use macos-12-xl runners
1 parent 0038666 commit 80ea2b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# not using a matrix as you cannot depend on a specific job in a matrix, and we want to start linux checks
5050
# without waiting for the macOS build
5151
build-macos:
52-
runs-on: macos-latest
52+
runs-on: macos-12-xl
5353
steps:
5454
- uses: actions/checkout@v3
5555
- uses: ./swift/actions/create-extractor-pack
@@ -96,7 +96,7 @@ jobs:
9696
- uses: ./swift/actions/run-integration-tests
9797
integration-tests-macos:
9898
needs: build-macos
99-
runs-on: macos-latest
99+
runs-on: macos-12-xl
100100
steps:
101101
- uses: actions/checkout@v3
102102
- uses: ./swift/actions/run-integration-tests

0 commit comments

Comments
 (0)