Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ jobs:

- toolset: clang
cxxstd: "20"
os: macos-13
os: macos-14
- toolset: clang
cxxstd: "20"
os: macos-14
os: macos-15

runs-on: ${{matrix.os}}
container:
Expand Down Expand Up @@ -473,14 +473,6 @@ jobs:
fail-fast: false
matrix:
include:
- toolset: msvc-14.0
cxxstd: "11"
addrmd: 64
os: windows-2019
- toolset: msvc-14.2
cxxstd: "14"
addrmd: 64
os: windows-2019
- toolset: msvc-14.3
cxxstd: "20"
addrmd: 64
Expand All @@ -492,7 +484,7 @@ jobs:
- toolset: gcc
cxxstd: "17"
addrmd: 64
os: windows-2019
os: windows-2022

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

Expand Down Expand Up @@ -538,8 +530,8 @@ jobs:
include:
- { os: ubuntu-22.04, build_shared: ON, build_type: Debug, generator: 'Unix Makefiles' }
- { os: ubuntu-22.04, build_shared: OFF, build_type: Debug, generator: 'Unix Makefiles' }
- { os: windows-2019, build_shared: ON, build_type: Debug, generator: 'Visual Studio 16 2019' }
- { os: windows-2019, build_shared: OFF, build_type: Debug, generator: 'Visual Studio 16 2019' }
- { os: windows-2025, build_shared: ON, build_type: Debug, generator: 'Visual Studio 17 2022' }
- { os: windows-2025, build_shared: OFF, build_type: Debug, generator: 'Visual Studio 17 2022' }

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