Skip to content

Commit e7c13a6

Browse files
committed
ci: replace macos-12 workflows with newer ones
GitHub Actions does not support `macos-12` anymore - let's replace it with the newer `macos-15` version.
1 parent 280f39b commit e7c13a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
- cxx-standard: 17
5555
compiler: {c: gcc, cxx: g++}
5656
# gcc on macos is just an alias for clang
57-
- runs-on: macos-12
58-
compiler: {c: gcc, cxx: g++}
5957
- runs-on: macos-13
6058
compiler: {c: gcc, cxx: g++}
6159
- runs-on: macos-14
6260
compiler: {c: gcc, cxx: g++}
61+
- runs-on: macos-15
62+
compiler: {c: gcc, cxx: g++}
6363
name: build (${{ matrix.runs-on }}, ${{ matrix.build-type }}, ${{ matrix.compiler.c }}, C++${{ matrix.cxx-standard }})
6464
with:
6565
build-only: true

0 commit comments

Comments
 (0)