Skip to content

Commit

Permalink
feat(CI): Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkrouk committed Dec 16, 2023
1 parent fe3bbdc commit 325f463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
test-macos:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Select Xcode 15.0
run: sudo xcode-select -switch /Applications/Xcode_15.0.app
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: swift test
run: make test
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
@swift test

0 comments on commit 325f463

Please sign in to comment.