From a096fe1b76c60c106915e29f33eb5389a0713b41 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Tue, 18 Nov 2025 10:32:59 +0100 Subject: [PATCH] ci: remove macos-13 from GHA workflow GitHub announcement: The macOS 13 runner image will be retired by December 4th, 2025 --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7acf366..4958b69 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, ubuntu-22.04, windows-2025, windows-2022, macos-15, macos-14, macos-13] + os: [ubuntu-24.04, ubuntu-22.04, windows-2025, windows-2022, macos-15, macos-14] steps: - uses: actions/checkout@v4 - name: Show initial environment @@ -59,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-15, macos-14, macos-13] + os: [macos-15, macos-14] cmp: [clang] configuration: [default, debug] steps: