From 2bb3cd5cb12aa0b16f1c3d8f71f84a549a1c0353 Mon Sep 17 00:00:00 2001 From: pantor Date: Fri, 9 Jan 2026 14:02:07 +0100 Subject: [PATCH] update ci macos runner to 14 --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/documentation.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a8494b..365e2da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,16 +49,16 @@ jobs: os: windows-2025 compiler: msvc - - name: macOS-13-gcc - os: macOS-13 + - name: macOS-14-gcc + os: macOS-14 compiler: gcc - - name: macOS-13-clang - os: macOS-13 + - name: macOS-14-clang + os: macOS-14 compiler: clang steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup Cpp uses: aminya/setup-cpp@v0.46.1 @@ -83,7 +83,7 @@ jobs: check-single-include: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Update single include run: | diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ba9d8f4..767015c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,7 +18,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/configure-pages@v5