Skip to content

Commit

Permalink
Explicitly set to latest Swift version available on GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Nov 21, 2024
1 parent 884a959 commit ae4b5eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use latest Swift version
uses: swift-actions/setup-swift@v2

- name: Run tests
run: swift test

Expand All @@ -23,5 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use latest Swift version
uses: swift-actions/setup-swift@v2

- name: Run tests
run: swift test

0 comments on commit ae4b5eb

Please sign in to comment.