Skip to content

Commit

Permalink
Remove deprecated macos-12 and add macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Nov 27, 2024
1 parent ec5e251 commit f3a0bef
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,18 +360,15 @@ jobs:
#------------------
# MacOS, clang
#------------------
# Macos 12, clang
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-12
# Macos 13, clang
- toolset: clang
cxxstd: "11,14,17,20,2b"
cxxstd: "03,11,14,17,20,2b"
os: macos-13
# Macos 17, clang
- toolset: clang
cxxstd: "11,14,17,20,2b"
cxxstd: "03,11,14,17,20,2b"
os: macos-14
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-15

timeout-minutes: 180
runs-on: ${{matrix.os}}
Expand Down

0 comments on commit f3a0bef

Please sign in to comment.