Skip to content

Commit 6b635ca

Browse files
author
Andrea Scuderi
committed
Update Swift to 6.1.0 on CI
1 parent a4d3fb9 commit 6b635ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/meterian.yml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: swift-actions/setup-swift@v2
13-
with:
14-
swift-version: "6.0.3"
1513
- name: Get swift version
1614
run: swift --version
1715
- name: Checkout

.github/workflows/swift-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
image:
21-
- swift:6.0.3
21+
- swift:6.1.0
2222
services:
2323
localstack:
2424
image: localstack/localstack

0 commit comments

Comments
 (0)