From 9969eca45590422b18a0b5140af461f9c47e5051 Mon Sep 17 00:00:00 2001 From: Steven Giesel Date: Fri, 27 Jun 2025 12:34:46 +0200 Subject: [PATCH] fix: Update macOS runner to latest version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d1146b61..c158251aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-13, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: