Skip to content

Commit c0cdef2

Browse files
committed
Use SwiftyLab/setup-swift GitHub action
1 parent 46c72a0 commit c0cdef2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CI"
1+
name: "Build"
22

33
on:
44
push:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Test"
1+
name: "Tests"
22

33
on:
44
push:
@@ -13,7 +13,7 @@ jobs:
1313
continue-on-error: true
1414
strategy:
1515
matrix:
16-
swift: ["5.9", "5.10", "6.0"]
16+
image: ["5.10", "6.0", "6.1"]
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v5
@@ -29,7 +29,7 @@ jobs:
2929
id: minikube
3030
with:
3131
minikube-version: 1.35.0
32-
- uses: swift-actions/setup-swift@v2
32+
- uses: SwiftyLab/setup-swift@latest
3333
with:
3434
swift-version: ${{ matrix.swift }}
3535
- name: Get swift version

0 commit comments

Comments
 (0)