Skip to content

Commit 4b1b5cb

Browse files
[CI] Switch MacOS job from old 12 to new 14
1 parent ddd572b commit 4b1b5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ jobs:
429429
name: MacOS
430430
strategy:
431431
matrix:
432-
os: ['macos-12', 'macos-13']
432+
os: ['macos-13', 'macos-14']
433433
env:
434434
BUILD_TYPE : "Release"
435435
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)