Skip to content

Commit

Permalink
switch to swift 6.0 to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Jan 17, 2025
1 parent 580994a commit c099ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: swift-actions/setup-swift@bb83339d1e8577741bdc6c65ba551ce7dc0fb854
with:
# older swift versions are having gpg issues https://github.com/swift-actions/setup-swift/issues/520
swift-version: "5.7"
swift-version: "6.0"

- name: Setup Additional Languages (ocaml)
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit c099ac2

Please sign in to comment.