Skip to content

Commit

Permalink
Bump MacOS CI build to new OS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Niam5 committed Feb 11, 2024
1 parent 276ca44 commit 7b755e4
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 @@ -7,15 +7,15 @@ env:
BUILD_TYPE: Release
REPO_DIR : ${{github.workspace}}
BUILD_DIR: ${{github.workspace}}/bin/builddir
BOOST_VERSION: "1.79.0"
BOOST_PLATFORM_VERSION: "11"
BOOST_VERSION: "1.83.0"
BOOST_PLATFORM_VERSION: "12"

permissions:
contents: read

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

Expand Down

0 comments on commit 7b755e4

Please sign in to comment.