You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_and_test.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -128,8 +128,8 @@ jobs:
128
128
- uses: actions/checkout@v5
129
129
- name: Build
130
130
run: |
131
-
docker run swiftlang/swift:nightly-6.2-amazonlinux2 uname -a
132
-
docker run --add-host=host.docker.internal:host-gateway -v $PWD:/spark -w /spark -e SPARK_REMOTE='sc://host.docker.internal:15003' swiftlang/swift:nightly-6.2-amazonlinux2 swift test --no-parallel -c release
131
+
docker run swift:6.1 uname -a
132
+
docker run --add-host=host.docker.internal:host-gateway -v $PWD:/spark -w /spark -e SPARK_REMOTE='sc://host.docker.internal:15003' swift:6.1 swift test --no-parallel -c release
0 commit comments