Skip to content

Commit 4073b4e

Browse files
committed
Bump macos runner to 14 and 15, drop 13
macos-13 GitHub runner are retiring soon. Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent c005e35 commit 4073b4e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# Set values for the "inputs:" as defined in ci_steps.yml
107107
# Note the defaults provided here for the builds that don't specify
108108
# values.
109-
os: ${{ matrix.os || 'macos-14' }}
109+
os: ${{ matrix.os || 'macos-15' }}
110110
build: ${{ matrix.build }}
111111
cxx-standard: ${{ matrix.cxx-standard || '14' }}
112112
build-type: ${{ matrix.build-type || 'Release' }}
@@ -145,8 +145,8 @@ jobs:
145145
cxx-standard: 14
146146

147147
- build: 5
148-
label: macos-13
149-
os: macos-13
148+
label: macos-14
149+
os: macos-14
150150

151151
- build: 6
152152
label: Apple Frameworks

0 commit comments

Comments
 (0)