Skip to content

Commit 43e5eb0

Browse files
committedDec 12, 2024·
Update older macOS GitHub Actions runner to 13
1 parent 854a30b commit 43e5eb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/macos.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
BuildType: [Debug, Release, BinDist]
21-
os: [macOS-12, macOS-14]
21+
os: [macOS-13, macOS-14]
2222

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

@@ -36,7 +36,7 @@ jobs:
3636
if [[ "${{ matrix.os }}" == "macOS-14" ]]; then
3737
export OS=macos14
3838
else
39-
export OS=macos12
39+
export OS=macos13
4040
fi
4141
export CC=appleclang
4242
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:
112112
if [[ "${{ matrix.os }}" == "macOS-14" ]]; then
113113
export OS=macos14
114114
else
115-
export OS=macos12
115+
export OS=macos13
116116
fi
117117
export CC=appleclang
118118
export PROJECT_EXT=dmg

0 commit comments

Comments
 (0)
Please sign in to comment.