mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
chore: Update to macos-13 for mac runners (#23193)
This commit is contained in:
parent
aec0e408ea
commit
ef11068b21
2 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.generate.ts
vendored
2
.github/workflows/ci.generate.ts
vendored
|
@ -12,7 +12,7 @@ const ubuntuX86XlRunner = "ubuntu-22.04-xl";
|
|||
const ubuntuARMRunner = "ubicloud-standard-16-arm";
|
||||
const windowsX86Runner = "windows-2022";
|
||||
const windowsX86XlRunner = "windows-2022-xl";
|
||||
const macosX86Runner = "macos-12";
|
||||
const macosX86Runner = "macos-13";
|
||||
const macosArmRunner = "macos-14";
|
||||
|
||||
const Runners = {
|
||||
|
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -57,12 +57,12 @@ jobs:
|
|||
include:
|
||||
- os: macos
|
||||
arch: x86_64
|
||||
runner: macos-12
|
||||
runner: macos-13
|
||||
job: test
|
||||
profile: debug
|
||||
- os: macos
|
||||
arch: x86_64
|
||||
runner: '${{ (!contains(github.event.pull_request.labels.*.name, ''ci-full'') && (github.event_name == ''pull_request'')) && ''ubuntu-22.04'' || ''macos-12'' }}'
|
||||
runner: '${{ (!contains(github.event.pull_request.labels.*.name, ''ci-full'') && (github.event_name == ''pull_request'')) && ''ubuntu-22.04'' || ''macos-13'' }}'
|
||||
job: test
|
||||
profile: release
|
||||
skip: '${{ !contains(github.event.pull_request.labels.*.name, ''ci-full'') && (github.event_name == ''pull_request'') }}'
|
||||
|
@ -126,7 +126,7 @@ jobs:
|
|||
use_sysroot: true
|
||||
- os: macos
|
||||
arch: x86_64
|
||||
runner: macos-12
|
||||
runner: macos-13
|
||||
job: lint
|
||||
profile: debug
|
||||
- os: windows
|
||||
|
|
Loading…
Reference in a new issue