Skip to content

Commit 43cd9fc

Browse files
committed
Update ci
1 parent bf3b42d commit 43cd9fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest, macos-latest]
26-
swift: ["5.7.3"]
26+
swift: ["5.8"]
2727
include:
2828
- os: macos-12
29-
swift: "5.7.3"
29+
swift: "5.8"
3030
- os: ubuntu-22.04
31-
swift: "5.7.3"
31+
swift: "5.8"
3232
- os: windows-latest
3333
swift: "5.6.3"
3434
steps:

.github/workflows/stability.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest, macos-latest]
14-
swift: ["5.7"]
14+
swift: ["5.8"]
1515
steps:
1616
- uses: swift-actions/setup-swift@v1
1717
with:
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
os: [ubuntu-latest, macos-latest]
28-
swift: ["5.7"]
28+
swift: ["5.8"]
2929
steps:
3030
- uses: swift-actions/setup-swift@main
3131
with:

0 commit comments

Comments
 (0)