From 8c288002eedcb2f68d16f444fc18f75d8251917b Mon Sep 17 00:00:00 2001 From: Patrick Brosi Date: Mon, 9 Dec 2024 15:33:02 +0100 Subject: [PATCH] drop deprecated macOS-12 env from github workflow --- .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 00d26c4..b738fe6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,8 +83,8 @@ jobs: run: mkdir build && cd build && cmake .. - name: make run: cd build && make - macos-12-build: - runs-on: macOS-12 + macos-13-build: + runs-on: macOS-13 steps: - name: Checkout repository code uses: actions/checkout@v2