Skip to content

Commit cc045b9

Browse files
committed
MacOS 12 -> 13 in Github action builds.
1 parent ab41007 commit cc045b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: "ASAN=on MAC_OSX=true Job 1"
189189
buildtype: "boost"
190190
packages: ""
191-
os: "macos-12"
191+
os: "macos-13"
192192
cxx: "clang++"
193193
sources: ""
194194
llvm_os: ""
@@ -199,7 +199,7 @@ jobs:
199199
- name: "ASAN=on MAC_OSX=true Job 2"
200200
buildtype: "boost"
201201
packages: ""
202-
os: "macos-12"
202+
os: "macos-13"
203203
cxx: "clang++"
204204
sources: ""
205205
llvm_os: ""

0 commit comments

Comments
 (0)