Skip to content

Commit 109f3d3

Browse files
committed
ci: update macos 10.15 to macos 12
1 parent 5a0365d commit 109f3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
os:
3232
- ubuntu-20.04
33-
- macos-10.15
33+
- macos-12
3434
- windows-2019
3535
compiler:
3636
# you can specify the version after `-` like "llvm-15.0.2".
@@ -63,7 +63,7 @@ jobs:
6363
enable_ipo: Off
6464
gcov_executable: "llvm-cov gcov"
6565

66-
- os: macos-10.15
66+
- os: macos-12
6767
enable_ipo: Off
6868
enable_cppcheck: OFF
6969
enable_clang_tidy: OFF

0 commit comments

Comments
 (0)