Skip to content

Commit

Permalink
Set Xcode version instead of Swift version
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Panhans <[email protected]>
  • Loading branch information
henrik-dmg committed Mar 7, 2024
1 parent 683498b commit 5ba29bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Configure Swift version
uses: swift-actions/setup-swift@v1
- name: Configure Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
swift-version: "5.9"
xcode-version: latest-stable
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit 5ba29bf

Please sign in to comment.