From bf131a207ef6f2dbecdd40323ba946fb001ac192 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Tue, 5 Sep 2023 20:50:50 +1000 Subject: [PATCH] Update macOS github workflow for macos-12 (Monterey) --- .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 2d2122a..368d074 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,12 +144,12 @@ jobs: - name: "TOOLSET=clang CXXSTD=03,11,14,1z Job 2" buildtype: "boost" packages: "" - os: "macos-10.15" + os: "macos-12" cxx: "clang++" sources: "" llvm_os: "" llvm_ver: "" - xcode_version: 11.7 + xcode_version: 14.2 toolset: "clang" cxxstd: "03,11,14,1z"