From 23f49c8cdf61d75002105e01acf2bf75228b6b44 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 5 Feb 2026 11:23:15 -0800 Subject: [PATCH] CI: update the macOS images to more modern versions macos-13 no longer exists in GitHub Actions. Signed-off-by: Thiago Macieira --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c916ad0d..24b3377a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CXX_FLAGS_DEBUG="-Werror" include: - - os: macos-13 + - os: macos-latest build_cfg: name: clang-small cmakeflags: >- @@ -72,7 +72,7 @@ jobs: -DCMAKE_C_FLAGS="-Oz -g -Werror" -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_FLAGS="-O2 -g -Werror" - - os: macos-13 + - os: macos-15-intel build_cfg: name: clang cmakeflags: >-