chore: Update to macos-13 for mac runners (#23193)

This commit is contained in:
Matt Mastracci 2024-04-02 15:46:05 -06:00 committed by Satya Rohith
parent 2d1e1a7a94
commit 9f7b025a1f
No known key found for this signature in database
GPG key ID: B2705CF40523EB05
2 changed files with 4 additions and 4 deletions

View file

@ -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 = {

View file

@ -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