Skip to content

Commit

Permalink
Merge pull request #229 from boostorg/macos-15
Browse files Browse the repository at this point in the history
Replace macos-12 runners with macos-15
  • Loading branch information
mborland authored Oct 7, 2024
2 parents 35e86d9 + ebf2066 commit 8b99fab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,15 @@ jobs:
- libc++-14-dev
- libc++abi-14-dev

- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-12
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-13
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-14
- toolset: clang
cxxstd: "03,11,14,17,20,2b"
os: macos-15

timeout-minutes: 60
runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -551,9 +551,9 @@ jobs:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: macos-12
- os: macos-13
- os: macos-14
- os: macos-15

runs-on: ${{matrix.os}}

Expand Down Expand Up @@ -600,9 +600,9 @@ jobs:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: macos-12
- os: macos-13
- os: macos-14
- os: macos-15

runs-on: ${{matrix.os}}

Expand Down Expand Up @@ -659,9 +659,9 @@ jobs:
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: macos-12
- os: macos-13
- os: macos-14
- os: macos-15

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit 8b99fab

Please sign in to comment.