Skip to content

Commit cc6aa37

Browse files
authored
Update CI to use Swift 5.10
1 parent 127cc27 commit cc6aa37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tuskit-ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ jobs:
66
strategy:
77
matrix:
88
os: ["macos-latest"]
9-
swift: ["5"]
9+
swift: ["5.10"]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- name: Extract Branch Name
1313
run: echo "BRANCH=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV
14-
- uses: fwal/setup-swift@v1.10.0
14+
- uses: swift-actions/setup-swift@v2
1515
with:
1616
swift-version: ${{ matrix.swift }}
17+
- name: Get swift version
18+
run: swift --version
1719
- uses: actions/checkout@v2
1820
- name: Build
1921
run: swift build -Xswiftc --disable-experimental-concurrency

0 commit comments

Comments
 (0)