Skip to content

Commit

Permalink
Switch our macOS builds to use a macOS 13 GitHub Actions runner image.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
evil-at-wow committed Jan 11, 2025
1 parent 6b30212 commit 9de293e
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 @@ -8,14 +8,14 @@ env:
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_VERSION: "1.83.0"
BOOST_PLATFORM_VERSION: "12"
BOOST_PLATFORM_VERSION: "13"

permissions:
contents: read

jobs:
build:
runs-on: macos-12
runs-on: macos-13
permissions:
contents: read

Expand Down

0 comments on commit 9de293e

Please sign in to comment.