Skip to content

Commit

Permalink
ci: set xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Apr 9, 2024
1 parent ee73acc commit d76884f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
needs: [build]
runs-on: macos-latest
steps:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
Expand Down

0 comments on commit d76884f

Please sign in to comment.