Skip to content

Commit c6fa536

Browse files
committed
[SPARK-52658] Add Swift 6.2 build test CI
1 parent 38ffbd3 commit c6fa536

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ jobs:
8383
docker run swift:6.1 uname -a
8484
docker run -v $PWD:/spark -w /spark swift:6.1 swift build -c release
8585
86+
build-ubuntu-swift62:
87+
runs-on: ubuntu-latest
88+
timeout-minutes: 20
89+
steps:
90+
- uses: actions/checkout@v4
91+
- name: Build
92+
run: |
93+
docker run swiftlang/swift:nightly-6.2-noble uname -a
94+
docker run -v $PWD:/spark -w /spark swiftlang/swift:nightly-6.2-noble swift build -c release
95+
8696
integration-test-mac:
8797
runs-on: macos-15
8898
timeout-minutes: 20

0 commit comments

Comments
 (0)