Skip to content

Commit

Permalink
Update older macOS GitHub Actions runner to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
encelo committed Dec 12, 2024
1 parent 2ad3b00 commit 095d5ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 095d5ca

Please sign in to comment.