Skip to content

Commit

Permalink
Update github action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vani2 committed Nov 28, 2023
1 parent 5e33c25 commit 9cc1d4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:
jobs:
test:
name: Run tests
runs-on: macos-12
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Change Xcode
run: sudo xcode-select -s /Applications/Xcode_13.4.1.app
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
- name: Build and test
run: swift test --enable-code-coverage --disable-automatic-resolution
run: swift test --enable-code-coverage --disable-automatic-resolution

0 comments on commit 9cc1d4e

Please sign in to comment.