Skip to content

Commit

Permalink
macos-11 was deprecated/removed as GitHub-hosted macOS runner, use ma…
Browse files Browse the repository at this point in the history
…cos-14 instead.
  • Loading branch information
igaztanaga committed Jun 30, 2024
1 parent 9ebdbb8 commit 7d80407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,6 @@ jobs:
#------------------
# MacOS, clang
#------------------
# Macos 11, clang
- toolset: clang
cxxstd: "11,14,17,2a"
os: macos-11
# Macos 12, clang
- toolset: clang
cxxstd: "11,14,17,20,2b"
Expand All @@ -338,6 +334,10 @@ jobs:
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-13
# Macos 17, clang
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-14

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

0 comments on commit 7d80407

Please sign in to comment.