Skip to content

Commit e84392e

Browse files
committed
Swift: move running to intel
The problems running on arm are concerning, but may be caused by not building with the internal macOS toolchain. We'll do separate work internally to investigate and possibly fix that. In the meantime, we can keep testing on intel as is currently done in main.
1 parent 9bac975 commit e84392e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/swift.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
qltests-macos:
7171
if: ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
7272
needs: build-and-test-macos-intel
73-
runs-on: macos-13-xlarge
73+
runs-on: macos-13-large
7474
steps:
7575
- uses: actions/checkout@v4
7676
- uses: ./swift/actions/run-ql-tests
@@ -84,7 +84,7 @@ jobs:
8484
integration-tests-macos:
8585
if: ${{ github.repository_owner == 'github' && github.event_name == 'pull_request' }}
8686
needs: build-and-test-macos-intel
87-
runs-on: macos-13-xlarge
87+
runs-on: macos-13-large
8888
timeout-minutes: 60
8989
steps:
9090
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)