Skip to content

Commit 9208d48

Browse files
committed
Update default Swift version to 6.2 on runners
1 parent f67943d commit 9208d48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
bazel_linux:
13-
name: Bazel, Linux, Swift 6.1 # pre-installed
13+
name: Bazel, Linux, Swift 6.2 # pre-installed
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
ref: ${{ env.RELEASE_BRANCH }}
144144
persist-credentials: false
145145
- name: Install SDK
146-
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
146+
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
147147
- name: Build static binary
148148
run: |
149149
swift build \

0 commit comments

Comments
 (0)