diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eb5ff7..5ef069c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: python tools/boostdep/depinst/depinst.py --include benchmark --include example --include examples --include tools --git_args "--depth 10 --jobs 3" $LIBRARY ./bootstrap.sh ./b2 -d0 headers - ./b2 -j4 variant=debug tools/inspect/build + ./b2 -j4 variant=debug tools/inspect - name: Run tests run: | @@ -114,10 +114,10 @@ jobs: cxxstd: "14,17,latest" addrmd: 64 os: windows-2022 - - toolset: msvc-14.2 - cxxstd: "14,17,latest" + - toolset: msvc + cxxstd: "14,17,20,latest" addrmd: 64 - os: windows-2019 + os: windows-2025 #- toolset: gcc # cxxstd: "03,11,14,17,2a" # addrmd: 64 @@ -170,7 +170,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, macos-13, macos-14 ] + os: [ ubuntu-24.04, ubuntu-22.04, macos-latest, macos-14 ] shared: [ OFF, ON ] runs-on: ${{matrix.os}} @@ -214,7 +214,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, macos-13, macos-14 ] + os: [ ubuntu-24.04, ubuntu-22.04, macos-latest, macos-14 ] shared: [ OFF, ON ] runs-on: ${{matrix.os}} @@ -274,7 +274,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, macos-13, macos-14 ] + os: [ ubuntu-24.04, ubuntu-22.04, macos-latest, macos-14 ] shared: [ OFF, ON ] runs-on: ${{matrix.os}} @@ -326,7 +326,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ windows-2019, windows-2022 ] + os: [ windows-2025, windows-2022 ] shared: [ OFF, ON ] runs-on: ${{matrix.os}} @@ -374,7 +374,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ windows-2019, windows-2022 ] + os: [ windows-2025, windows-2022 ] shared: [ OFF, ON ] runs-on: ${{matrix.os}} @@ -442,7 +442,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ windows-2019, windows-2022 ] + os: [ windows-2025, windows-2022 ] shared: [ OFF, ON ] runs-on: ${{matrix.os}}