Skip to content

Commit

Permalink
Update macOS 10.15 to macOS 12 in CI (#1113)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <[email protected]>
  • Loading branch information
phprus authored May 26, 2023
1 parent 95f9511 commit a6834cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-10.15
- os: macos-12
c_compiler: clang
cxx_compiler: clang++
std: 14
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-10.15
- os: macos-12
c_compiler: clang
cxx_compiler: clang++
std: 14
Expand Down

0 comments on commit a6834cc

Please sign in to comment.