Skip to content

Commit 83ff6c3

Browse files
committed
CI: Run 'swift package update' in hopes to fix remaining Linux errors
1 parent 4edcf28 commit 83ff6c3

5 files changed

Lines changed: 312 additions & 95 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.2"
64+
swift-version: "5.9"
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.2"
28+
swift-version: "5.9"
2929
- name: Checkout
3030
uses: actions/checkout@v6
3131
- name: Test

0 commit comments

Comments
 (0)