Skip to content

Commit

Permalink
Try to set XCode path
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Apr 8, 2024
1 parent 5c98405 commit 731e369
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ jobs:
- name: 'Run: RunTests'
run: ./build.cmd RunTests
macos-latest:
name: macos-14
runs-on: macos-14
name: macos-latest
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Set Xcode version
run: sudo xcode-select -s /Applications/Xcode_15.1.app
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 731e369

Please sign in to comment.