ci: use larger runner for macos nightly clippy (#34725)

* ci: using larger runner for macos nightly clippy

* update mergify rules
This commit is contained in:
Yihau Chen 2024-01-11 01:26:20 +08:00 committed by GitHub
parent ac04a758e1
commit e3df207963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
os:
- macos-latest
- macos-latest-large
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4

View File

@ -62,7 +62,9 @@ pull_request_rules:
- -files~=(\.rs|Cargo\.toml|Cargo\.lock|\.github/scripts/cargo-clippy-before-script\.sh|\.github/workflows/cargo\.yml)$
- and:
- check-success=clippy-stable (macos-latest)
- check-success=clippy-nightly (macos-latest)
- or:
- check-success=clippy-nightly (macos-latest)
- check-success=clippy-nightly (macos-latest-large)
- or:
- -files~=(\.rs|Cargo\.toml|Cargo\.lock|cargo-build-bpf|cargo-test-bpf|cargo-build-sbf|cargo-test-sbf|ci/downstream-projects/run-spl\.sh|\.github/workflows/downstream-project-spl\.yml)$
- and: