From 5bed8a385a4a7799b3c8db7beb2658f62eb9c1b7 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Mon, 8 Sep 2025 09:07:44 +0300 Subject: [PATCH 1/3] CI fixes --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eb5ff7..7aed0b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}} @@ -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}} From c41c126507683d61587eddc8c84fa2fd6d0864d1 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 9 Sep 2025 09:56:40 +0300 Subject: [PATCH 2/3] CI fixes --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aed0b9..aa549b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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}} @@ -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}} From f49a1ab1f89ef81b221e46d0c027f3819f0e2dbf Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 9 Sep 2025 11:12:35 +0300 Subject: [PATCH 3/3] CI fixes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa549b9..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: |