From 8bb89aa68bd7b3a1451fda9449f7ce6e3ae82b11 Mon Sep 17 00:00:00 2001 From: Vitaly Fanaskov Date: Wed, 30 Oct 2024 18:49:43 +0100 Subject: [PATCH] Bump bum macOS-14 for CI --- .github/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index dc32860..b6c374e 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -47,7 +47,7 @@ jobs: name: Build ${{ matrix.os }} ${{ matrix.build_type }} with ${{ matrix.preset }} strategy: matrix: - os: [macos-12] + os: [macos-14] build_type: [Debug, Release] preset: [system-clang] runs-on: ${{ matrix.os }}