Skip to content

Commit 201bf5b

Browse files
[WASM] Use Swift 5.3 to build integration test project
1 parent ef4fe4a commit 201bf5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ jobs:
186186
repository: swiftwasm/integration-tests
187187
path: integration-tests
188188
- name: Run integration tests
189-
run: swift run # Use TOOLCHAIN env value
189+
run: |
190+
sudo xcode-select --switch /Applications/Xcode_12.2.app/Contents/Developer/
191+
swift run # Use TOOLCHAIN env value
190192
working-directory: ${{ github.workspace }}/integration-tests
191193

192194
ubuntu1804_smoke_test:

0 commit comments

Comments
 (0)