Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed May 25, 2024
1 parent bb61025 commit 38c08fb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
- dev
- preview
- v*

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
Expand All @@ -26,9 +30,12 @@ jobs:
with:
fetch-depth: 0

- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
# - uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: '15.2'

- name: Set up Xcode version
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer

- name: Setup .NET 8.0
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 38c08fb

Please sign in to comment.