Skip to content

Commit ad3b3df

Browse files
committed
CI: Bump Linux workflow jobs to Swift 6.3 (6.0 wasn't enough)
1 parent 7f2afe0 commit ad3b3df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Setup Swift
6262
uses: SwiftyLab/setup-swift@latest
6363
with:
64-
swift-version: "6.0"
64+
swift-version: "6.2"
6565
- name: Checkout
6666
uses: actions/checkout@v6
6767
- name: Build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Swift
2626
uses: SwiftyLab/setup-swift@latest
2727
with:
28-
swift-version: "6.0"
28+
swift-version: "6.2"
2929
- name: Checkout
3030
uses: actions/checkout@v6
3131
- name: Test

0 commit comments

Comments
 (0)