We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e842906 commit cb488ffCopy full SHA for cb488ff
.github/workflows/rpc-tests.yml
@@ -25,8 +25,8 @@ jobs:
25
- macos-15-large
26
exclude:
27
# 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' }}
+ # - sys: ${{ github.event_name != 'push' && !startsWith(github.ref_name, 'release/') && 'ubuntu-jammy-8-cores-arm64' }}
+ # - sys: ${{ github.event_name != 'push' && !startsWith(github.ref_name, 'release/') && 'macos-15-large' }}
30
runs-on: ${{ matrix.sys }}
31
env:
32
TEST_THREADS: ${{ contains(matrix.sys, 'macos') && '2' || '4' }} # macOS has limited resources
0 commit comments