Skip to content

Commit

Permalink
Replace deprecated macos-12 environment with macos-14 and macos-15 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe authored Dec 9, 2024
1 parent bd689b5 commit 9b843ad
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 @@ -198,7 +198,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-12
- os: macos-14
c_compiler: clang
cxx_compiler: clang++
std: 14
Expand Down Expand Up @@ -314,7 +314,7 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-12
- os: macos-15
c_compiler: clang
cxx_compiler: clang++
std: 14
Expand Down

0 comments on commit 9b843ad

Please sign in to comment.