summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-04-02 15:46:05 -0600
committerGitHub <noreply@github.com>2024-04-02 15:46:05 -0600
commitef11068b2172eb116fca78c7f931ececb5c43f79 (patch)
tree6bebf174022f91c3b7f5dc8545ceb2a14f391062 /.github/workflows/ci.yml
parentaec0e408eac7e93a70f5d7319985e59ff8770e38 (diff)
chore: Update to macos-13 for mac runners (#23193)
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2655b15d4..632d59344 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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