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 c15a270 commit 0e3b610
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 @@ -12,12 +12,12 @@ on:
jobs:
build:

runs-on: macos-13
runs-on: macos-14

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

0 comments on commit 0e3b610

Please sign in to comment.