Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alex566 authored Aug 18, 2024
1 parent e3ee953 commit 6af7b42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_16.0-beta.app
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit 6af7b42

Please sign in to comment.