Skip to content

Commit

Permalink
Update CI to use Swift 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
donnywals authored Oct 3, 2024
1 parent 127cc27 commit cc6aa37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tuskit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ jobs:
strategy:
matrix:
os: ["macos-latest"]
swift: ["5"]
swift: ["5.10"]
runs-on: ${{ matrix.os }}
steps:
- name: Extract Branch Name
run: echo "BRANCH=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV
- uses: fwal/setup-swift@v1.10.0
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- name: Get swift version
run: swift --version
- uses: actions/checkout@v2
- name: Build
run: swift build -Xswiftc --disable-experimental-concurrency
Expand Down

0 comments on commit cc6aa37

Please sign in to comment.