Update default Swift version to 6.2 on runners

This commit is contained in:
Danny Mösch
2025-10-12 20:04:42 +02:00
parent f67943d4f8
commit 9208d4870e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ permissions:
jobs:
bazel_linux:
name: Bazel, Linux, Swift 6.1 # pre-installed
name: Bazel, Linux, Swift 6.2 # pre-installed
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+1 -1
View File
@@ -143,7 +143,7 @@ jobs:
ref: ${{ env.RELEASE_BRANCH }}
persist-credentials: false
- name: Install SDK
run: swift sdk install https://download.swift.org/swift-6.1.2-release/static-sdk/swift-6.1.2-RELEASE/swift-6.1.2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum df0b40b9b582598e7e3d70c82ab503fd6fbfdff71fd17e7f1ab37115a0665b3b
run: swift sdk install https://download.swift.org/swift-6.2-release/static-sdk/swift-6.2-RELEASE/swift-6.2-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum d2225840e592389ca517bbf71652f7003dbf45ac35d1e57d98b9250368769378
- name: Build static binary
run: |
swift build \