diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-28 21:57:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-28 22:57:01 +0200 |
| commit | 3138478f66823348eb745c7f0c2d34eed378a3f0 (patch) | |
| tree | a7259ac5e22f4019e3d0ddaedad98cbf89a06fcc /.github/workflows/ci.yml | |
| parent | 1bb47805d6331ad048bd5e7ea2581aa230e8fc93 (diff) | |
Revert "ci: use macos-14-xlarge on 'main' branch (#25908)" (#25913)
This reverts commit 0f617be84a8e9edf73803210c24af43f729a97de.
Reverting because it was an experiment.
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 035a4244f..280eb7cb8 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'' || github.repository == ''denoland/deno'' && ''macos-14-xlarge'' || ''macos-14'' }}' + runner: '${{ (!contains(github.event.pull_request.labels.*.name, ''ci-full'') && (github.event_name == ''pull_request'')) && ''ubuntu-22.04'' || ''macos-14'' }}' job: test profile: release skip: '${{ !contains(github.event.pull_request.labels.*.name, ''ci-full'') && (github.event_name == ''pull_request'') }}' |
