2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

update CI from macos-13 to macos-15

MacOS 13 is retired in github actions, see
https://github.com/actions/runner-images/issues/13046
This commit is contained in:
Andreas Buhr
2025-12-10 19:12:15 +01:00
committed by Zach Laine
parent 5b3f122aa7
commit c54307b95c

View File

@@ -1,4 +1,4 @@
name: macos-13 - Clang 14
name: macos-15 - Clang
on:
push:
@@ -14,9 +14,9 @@ jobs:
build:
strategy:
matrix:
cxx_std: [17]
cxx_std: [17, 20]
runs-on: macos-13
runs-on: macos-15
steps:
- uses: actions/checkout@v4