Skip to content

Commit

Permalink
GHA: Use macos 13 instead of 11
Browse files Browse the repository at this point in the history
The macos 11 runner was removed. 13-15 are available now
  • Loading branch information
Flamefire committed Nov 10, 2024
1 parent 19701e0 commit d89edac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ jobs:
- name: Test
run: ../../../b2 toolset=$TOOLSET cxxstd=03,11,14,17,2a
working-directory: ../boost-root/libs/config/test
macos_11:
runs-on: macos-11
macos_12:
runs-on: macos-12
strategy:
fail-fast: false
matrix:
toolset: [ clang, gcc-11, gcc-10 ]
toolset: [ clang, gcc-14, gcc-12 ]
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -225,8 +225,8 @@ jobs:
- name: Test
run: ../../../b2 toolset=${{ matrix.toolset }} cxxstd=03,11,14,17,2a
working-directory: ../boost-root/libs/config/test
macos_12:
runs-on: macos-12
macos_13:
runs-on: macos-13
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d89edac

Please sign in to comment.