Skip to content

Commit

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

0 comments on commit 38fe1d0

Please sign in to comment.