From 38c08fb6d123b36ed506141e6070ca15ff6ad6e0 Mon Sep 17 00:00:00 2001 From: Allan Ritchie Date: Sat, 25 May 2024 10:37:02 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db2e98a9c..5a2583e11 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,10 @@ on: - dev - preview - v* + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: build: @@ -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