Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes committed Nov 13, 2024
1 parent 69cf25b commit 6363847
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 @@ -12,11 +12,11 @@ env:

jobs:
build:
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Select Xcode 16.0
run: ls -l /Applications && sudo xcode-select -s /Applications/Xcode_16.app
- name: Select Xcode 15.4
run: ls -l /Applications && sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Build, test, and code coverage
run: env && make

0 comments on commit 6363847

Please sign in to comment.