From 32f79832f230689a1696cfb82733cd9e00befeb8 Mon Sep 17 00:00:00 2001 From: Jeff Trull Date: Tue, 16 Jun 2026 04:46:14 -0700 Subject: [PATCH 1/2] Update to new(er) macos build following boost-ci --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a3f1179..818062da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,14 +200,14 @@ jobs: - name: "TOOLSET=clang CXXSTD=11,14,17,20 Job 5" buildtype: "boost" packages: "" - os: "macos-13" + os: "macos-15" cxx: "clang++" sources: "" llvm_os: "" llvm_ver: "" - xcode_version: 14.2.0 - toolset: "clang" - cxxstd: "11,14,17,20" + xcode_version: 16.2.0 + toolset: "clang-16" + cxxstd: "11,14,17,20,2b" runs-on: ${{ matrix.os }} From ac7193dd34b844cd97264773e54c29106399e82f Mon Sep 17 00:00:00 2001 From: Jeff Trull Date: Mon, 22 Jun 2026 18:23:33 -0700 Subject: [PATCH 2/2] Work around GHA node20 deprecation as boost-ci does, for now --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 818062da..d1df1076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,6 +115,8 @@ jobs: curl -sL https://archives.boost.io/misc/node/node-v20.9.0-linux-x64-glibc-217.tar.xz | tar -xJ --strip-components 1 -C /node20217 - uses: actions/checkout@v4 + env: + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true - name: linux shell: bash