Skip to content

Commit

Permalink
Test build in macOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezreal committed Jan 1, 2024
1 parent ae799d0 commit 6cbf34f
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 @@ -8,10 +8,10 @@ on:
- '*'
jobs:
tests:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Select Xcode 14.2
run: sudo xcode-select -s /Applications/Xcode_14.2.app
- name: Select Xcode 15.1
run: sudo xcode-select -s /Applications/Xcode_15.1.app
- name: Run tests
run: make test

0 comments on commit 6cbf34f

Please sign in to comment.