Skip to content

Commit

Permalink
Try fix XCode version
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Apr 8, 2024
1 parent a003509 commit 15d7b59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ jobs:
runs-on: macos-latest
timeout-minutes: 30
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
- name: Print environment variables
run: env
- name: Set XCode version 15.1
run: sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer
- uses: actions/checkout@v3
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
Expand Down

0 comments on commit 15d7b59

Please sign in to comment.