Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Nov 7, 2024
1 parent 6e6b937 commit 616c4fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ jobs:
container: ubuntu:24.04
os: ubuntu-latest
install: clang-18
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-12
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-13
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-14
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-15

runs-on: ${{matrix.os}}
container: ${{matrix.container}}
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ]
os: [ ubuntu-latest, macos-latest ]
shared: [ OFF, ON ]

runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ]
os: [ ubuntu-latest, macos-latest ]
shared: [ OFF, ON ]

runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-2019, windows-2022 ]
os: [ windows-latest ]
shared: [ OFF, ON ]

runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -378,7 +378,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ windows-2019, windows-2022 ]
os: [ windows-latest ]
shared: [ OFF, ON ]

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

0 comments on commit 616c4fe

Please sign in to comment.