diff --git a/.github/workflows/macos-13.yml b/.github/workflows/macos-15.yml similarity index 92% rename from .github/workflows/macos-13.yml rename to .github/workflows/macos-15.yml index 5bcc6ba3..8cbae953 100644 --- a/.github/workflows/macos-13.yml +++ b/.github/workflows/macos-15.yml @@ -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