Skip to content

Commit

Permalink
change swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmossas committed Aug 24, 2024
1 parent b5c6252 commit 66528fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# uses: swift-actions/setup-swift@v2
uses: redsun82/setup-swift@b2b6f77ab14f6a9b136b520dc53ec8eca27d2b992 # temporary work around for https://github.com/swift-actions/setup-swift/issues/591
with:
swift-version: "5.10.1"
swift-version: "5.9"
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
# uses: swift-actions/setup-swift@v2
uses: redsun82/setup-swift@b2b6f77ab14f6a9b136b520dc53ec8eca27d2b99 # temporary work around for https://github.com/swift-actions/setup-swift/issues/591
with:
swift-version: "5.10.1"
swift-version: "5.9"
- name: Install Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 66528fa

Please sign in to comment.