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 3ddf743 commit 67eda09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-12, macOS-14]
os: [macOS-13, macOS-14]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
if [[ "${{ matrix.os }}" == "macOS-14" ]]; then
export OS=macos14
else
export OS=macos12
export OS=macos13
fi
export CC=appleclang
Expand Down

0 comments on commit 67eda09

Please sign in to comment.