Skip to content

Commit

Permalink
Update ci-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Oct 18, 2024
1 parent 0cc9103 commit 1ccdfcc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
if: github.event.pull_request.draft == false
name: Build for macOS
runs-on: ${{ matrix.os }}
concurrency:
# Prevent hangups in case the top-level workflow is cancelled
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-${{ github.job}}
cancel-in-progress: true
strategy:
matrix:
os: [macos-latest, macos-14]
Expand All @@ -41,6 +37,11 @@ jobs:
env:
MACOSX_DEPLOYMENT_TARGET: 10.13
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1 # Prevent brew updates in the ccache setup step (~2GB download ...)
concurrency:
# Prevent hangups in case the top-level workflow is cancelled due to another build workflow failing
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true


steps:
- name: Check out Git repository
Expand Down

0 comments on commit 1ccdfcc

Please sign in to comment.