Skip to content

Commit b37f6fe

Browse files
equalsrafequalsraf
authored andcommitted
Use macos-13 runner in github CI workflow
1 parent 2a236df commit b37f6fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737

3838
- name: MacOS_GCC
3939
flavor: Debug
40-
runner: macos-12
40+
runner: macos-13
4141
generator: Ninja
4242
cc: gcc-12
4343
cxx: g++-12
4444

4545
- name: MacOS_Release
4646
flavor: Release
47-
runner: macos-12
47+
runner: macos-13
4848
generator: Ninja
4949
cc: clang
5050
cxx: clang++

0 commit comments

Comments
 (0)