diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-27 17:01:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 18:01:20 +0200 |
| commit | 0f617be84a8e9edf73803210c24af43f729a97de (patch) | |
| tree | e6aff2c5cf0d8b03356f5a89e5bdbcd69bc78dcf /.github/workflows/ci.yml | |
| parent | 6f0fbceaf213f523bc68d23ea28fd457499f3a75 (diff) | |
ci: use macos-14-xlarge on 'main' branch (#25908)
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 280eb7cb8..035a4244f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: profile: debug - os: macos arch: aarch64 - runner: '${{ (!contains(github.event.pull_request.labels.*.name, ''ci-full'') && (github.event_name == ''pull_request'')) && ''ubuntu-22.04'' || ''macos-14'' }}' + runner: '${{ (!contains(github.event.pull_request.labels.*.name, ''ci-full'') && (github.event_name == ''pull_request'')) && ''ubuntu-22.04'' || github.repository == ''denoland/deno'' && ''macos-14-xlarge'' || ''macos-14'' }}' job: test profile: release skip: '${{ !contains(github.event.pull_request.labels.*.name, ''ci-full'') && (github.event_name == ''pull_request'') }}' |
