We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0038666 commit 80ea2b8Copy full SHA for 80ea2b8
.github/workflows/swift.yml
@@ -49,7 +49,7 @@ jobs:
49
# not using a matrix as you cannot depend on a specific job in a matrix, and we want to start linux checks
50
# without waiting for the macOS build
51
build-macos:
52
- runs-on: macos-latest
+ runs-on: macos-12-xl
53
steps:
54
- uses: actions/checkout@v3
55
- uses: ./swift/actions/create-extractor-pack
@@ -96,7 +96,7 @@ jobs:
96
- uses: ./swift/actions/run-integration-tests
97
integration-tests-macos:
98
needs: build-macos
99
100
101
102
0 commit comments