Skip to content

Commit ba130f5

Browse files
committed
Use Swift 6.1
1 parent d35cef4 commit ba130f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ jobs:
128128
- uses: actions/checkout@v5
129129
- name: Build
130130
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
133133
134134
integration-test-mac-spark41:
135135
runs-on: macos-15

0 commit comments

Comments
 (0)