From 095d5caf07a73b74dc0dce9aa855a5ac36ace35d Mon Sep 17 00:00:00 2001 From: Angelo Theodorou Date: Thu, 12 Dec 2024 01:50:22 +0100 Subject: [PATCH] Update older macOS GitHub Actions runner to 13 --- .github/workflows/macos.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index d68b25d..1eb6b30 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: BuildType: [Debug, Release, BinDist] - os: [macOS-12, macOS-14] + os: [macOS-13, macOS-14] runs-on: ${{ matrix.os }} @@ -36,7 +36,7 @@ jobs: if [[ "${{ matrix.os }}" == "macOS-14" ]]; then export OS=macos14 else - export OS=macos12 + export OS=macos13 fi export CC=appleclang export BRANCH_NAME=$(git describe --tags --exact-match 2> /dev/null || git symbolic-ref -q --short HEAD || git rev-parse --short HEAD) @@ -112,7 +112,7 @@ jobs: if [[ "${{ matrix.os }}" == "macOS-14" ]]; then export OS=macos14 else - export OS=macos12 + export OS=macos13 fi export CC=appleclang export PROJECT_EXT=dmg