Skip to content

Commit

Permalink
Fix builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrodputman committed Jul 9, 2023
1 parent 8add1db commit 5524ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RunTests-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on: [pull_request]
jobs:
build:

runs-on: macOS-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v1
- name: Select Xcode 15 beta
run: sudo xcode-select -s /Applications/Xcode_15.app
run: sudo xcode-select -s /Applications/Xcode_15.0.app
- name: Run tests
run: swift test

0 comments on commit 5524ba2

Please sign in to comment.