File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 - ubuntu-jammy-8-cores-arm64
2424 # Apple Intel (this runner has better support to nested virtualization)
2525 - macos-15-large
26- exclude :
26+ # exclude:
2727 # Only run Linux x64 on non-release PRs to save CI minutes
28- - sys : ${{ github.event_name != 'push' && !startsWith(github.ref_name, 'release/') && 'ubuntu-jammy-8-cores-arm64' }}
29- - sys : ${{ github.event_name != 'push' && !startsWith(github.ref_name, 'release/') && 'macos-15-large' }}
28+ # - sys: ${{ github.event_name != 'push' && !startsWith(github.ref_name, 'release/') && 'ubuntu-jammy-8-cores-arm64' }}
29+ # - sys: ${{ github.event_name != 'push' && !startsWith(github.ref_name, 'release/') && 'macos-15-large' }}
3030 runs-on : ${{ matrix.sys }}
3131 env :
3232 TEST_THREADS : ${{ contains(matrix.sys, 'macos') && '2' || '4' }} # macOS has limited resources
You can’t perform that action at this time.
0 commit comments