Skip to content

Commit 21f45fe

Browse files
committed
CI: Stop using about-to-be-removed image "macos-13"
> The macOS 13 runner image will be retired by December 4th, 2025.
1 parent 57e3d18 commit 21f45fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
cxx: g++-13
3131
clang_major_version: null
3232
clang_repo_suffix: null
33-
runs-on: macos-13
33+
runs-on: macos-14
3434
- cc: clang
3535
cxx: clang++
3636
clang_major_version: null
3737
clang_repo_suffix: null
38-
runs-on: macos-13
38+
runs-on: macos-14
3939
steps:
4040
- name: Add Clang/LLVM repositories (Linux)
4141
if: "${{ runner.os == 'Linux' && contains(matrix.cxx, 'clang') }}"

0 commit comments

Comments
 (0)