Skip to content

Commit

Permalink
Only run macos-14 on main
Browse files Browse the repository at this point in the history
  • Loading branch information
tomadamatkinson committed Mar 11, 2024
1 parent cda9f33 commit d7bef0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
build_type: [Debug, Release]
env:
PARALLEL: -j 2
# only run macos-14 on main due to slower provisioning times
if: ${{ github.ref == 'refs/heads/main' || matrix.platform.runtime != 'macos-14' }}
runs-on: "${{ matrix.platform.runtime }}"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d7bef0d

Please sign in to comment.