Skip to content

Commit 8f7ed21

Browse files
authored
Update macOS version in workflow file
1 parent c2a644b commit 8f7ed21

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
@@ -44,7 +44,7 @@ jobs:
4444
# without waiting for the macOS build
4545
build-and-test-macos:
4646
if: github.repository_owner == 'github'
47-
runs-on: macos-14-xlarge
47+
runs-on: macos-13-xlarge
4848
steps:
4949
- uses: actions/checkout@v4
5050
- uses: ./swift/actions/build-and-test
@@ -64,7 +64,7 @@ jobs:
6464
qltests-macos:
6565
if: ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
6666
needs: build-and-test-macos
67-
runs-on: macos-14-xlarge
67+
runs-on: macos-13-xlarge
6868
steps:
6969
- uses: actions/checkout@v4
7070
- uses: ./swift/actions/run-ql-tests

0 commit comments

Comments
 (0)