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