Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel committed Aug 28, 2023
1 parent dc2d57c commit 2041bb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: CI
on: push

jobs:
library:
runs-on: macos-latest
test:
runs-on: macos-13

steps:
- uses: actions/checkout@v3
- name: Select Xcode 14
run: sudo xcode-select -s /Applications/Xcode_14.3.app
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
- name: Test
run: swift test

0 comments on commit 2041bb5

Please sign in to comment.