Skip to content

Commit b367bc7

Browse files
committed
replace deprecated macos-13 runner by macos-14
1 parent 19041b8 commit b367bc7

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
@@ -28,7 +28,7 @@ jobs:
2828
- { os: ubuntu-22.04, compiler: gcc, cxx_stdlib: libstdc++ }
2929
- { os: macos-latest, compiler: clang, cxx_stdlib: libstdc++ }
3030
- { os: macos-latest, compiler: clang, cxx_stdlib: libc++ }
31-
- { os: macos-13, compiler: clang, cxx_stdlib: libc++ }
31+
- { os: macos-14, compiler: clang, cxx_stdlib: libc++ }
3232
- { os: windows-latest, compiler: msvc, cxx_stdlib: msvc }
3333

3434
steps:

0 commit comments

Comments
 (0)