Skip to content

Commit fa568b5

Browse files
committed
Swift 6.1.2
1 parent 34eec3a commit fa568b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383

8484
linux_swift_6_1:
8585
runs-on: ubuntu-latest
86-
container: swift:6.1
86+
container: swift:6.1.2
8787
steps:
8888
- name: Checkout
8989
uses: actions/checkout@v4
@@ -96,7 +96,7 @@ jobs:
9696

9797
linux_swift_6_1_musl:
9898
runs-on: ubuntu-latest
99-
container: swift:6.1
99+
container: swift:6.1.2
100100
steps:
101101
- name: Checkout
102102
uses: actions/checkout@v4
@@ -105,7 +105,7 @@ jobs:
105105
- name: SDK List Pre
106106
run: swift sdk list
107107
- name: Install SDK
108-
run: swift sdk install https://download.swift.org/swift-6.1-release/static-sdk/swift-6.1-RELEASE/swift-6.1-RELEASE_static-linux-0.0.1.artifactbundle.tar.gz --checksum 111c6f7d280a651208b8c74c0521dd99365d785c1976a6e23162f55f65379ac6
108+
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
109109
- name: SDK List Post
110110
run: swift sdk list
111111
- name: Build
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install Swift
120120
uses: SwiftyLab/setup-swift@latest
121121
with:
122-
swift-version: "6.1.0"
122+
swift-version: "6.1.2"
123123
- name: Version
124124
run: swift --version
125125
- name: Build

0 commit comments

Comments
 (0)