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 c2a644b commit 8f7ed21Copy full SHA for 8f7ed21
.github/workflows/swift.yml
@@ -44,7 +44,7 @@ jobs:
44
# without waiting for the macOS build
45
build-and-test-macos:
46
if: github.repository_owner == 'github'
47
- runs-on: macos-14-xlarge
+ runs-on: macos-13-xlarge
48
steps:
49
- uses: actions/checkout@v4
50
- uses: ./swift/actions/build-and-test
@@ -64,7 +64,7 @@ jobs:
64
qltests-macos:
65
if: ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
66
needs: build-and-test-macos
67
68
69
70
- uses: ./swift/actions/run-ql-tests
0 commit comments