Skip to content

Commit a48c3e2

Browse files
committed
replace deprecated macos-13 runner by macos-14
1 parent ef412fa commit a48c3e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- { os: ubuntu-22.04, compiler: gcc, cxx_stdlib: libstdc++ }
2828
- { os: macos-latest, compiler: clang, cxx_stdlib: libstdc++ }
2929
- { os: macos-latest, compiler: clang, cxx_stdlib: libc++ }
30-
- { os: macos-13, compiler: clang, cxx_stdlib: libc++ }
30+
- { os: macos-14, compiler: clang, cxx_stdlib: libc++ }
3131
- { os: windows-latest, compiler: msvc, cxx_stdlib: msvc }
3232

3333
steps:

0 commit comments

Comments
 (0)