Skip to content

Commit 328a9ce

Browse files
committed
Switch our macOS builds to use a macOS 13 GitHub Actions runner image.
GitHub deprecated the macOS 12 Actions runner image in October 2024, and since early December 2024 it is fully unsupported. So let's use the next available version then.
1 parent 5223541 commit 328a9ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ env:
88
REPO_DIR : ${{github.workspace}}
99
BUILD_DIR: ${{github.workspace}}/bin/builddir
1010
BOOST_VERSION: "1.83.0"
11-
BOOST_PLATFORM_VERSION: "12"
11+
BOOST_PLATFORM_VERSION: "13"
1212

1313
permissions:
1414
contents: read
1515

1616
jobs:
1717
build:
18-
runs-on: macos-12
18+
runs-on: macos-13
1919
permissions:
2020
contents: read
2121

0 commit comments

Comments
 (0)