Skip to content

Commit b0f04c6

Browse files
committed
Fixed CI build for swift version
1 parent 6b8ba65 commit b0f04c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: Install Swift
1919
shell: bash
2020
run: |
21-
# Download and install Swift 6.0 using corrected official method
22-
SWIFT_VERSION=6.0
23-
SWIFT_RELEASE=6.0-RELEASE
21+
# Download and install Swift 6.2 using corrected official method
22+
SWIFT_VERSION=6.2
23+
SWIFT_RELEASE=6.2-RELEASE
2424
wget https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2204/swift-${SWIFT_RELEASE}/swift-${SWIFT_RELEASE}-ubuntu22.04.tar.gz
2525
tar -xzf swift-${SWIFT_RELEASE}-ubuntu22.04.tar.gz
2626
export PATH=$PWD/swift-${SWIFT_RELEASE}-ubuntu22.04/usr/bin:$PATH

0 commit comments

Comments
 (0)