Skip to content

Commit

Permalink
Deliver Swift 5.9 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Mar 5, 2024
1 parent a280a2a commit bf160cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ jobs:
run: ./Tools/set-hc-version.sh ${{ needs.determine-version.outputs.version }}
shell: bash

- name: Setup swift
uses: swift-actions/setup-swift@v1
- name: Setup Swift
uses: SwiftyLab/setup-swift@latest
with:
swift-version: 5.9
swift-version: '5.9'

- run: swift --version

Expand Down

0 comments on commit bf160cf

Please # to comment.