Skip to content

Commit

Permalink
use Setup XCode GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Apr 8, 2024
1 parent 296214e commit cde64f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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: latest-stable
- uses: actions/checkout@v3
- name: Set Xcode version
run: sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v3
with:
Expand Down

0 comments on commit cde64f1

Please sign in to comment.