From 227a9e3406ed650f7ff6378643d36e0e7c8e7645 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 12 Nov 2025 11:48:51 +0100 Subject: [PATCH] workflow: Update from deprecated macOS 13 runner to macOS 14 --- .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 2feb1aa06e..e8695de55a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')" strategy: matrix: - os: [ubuntu-22.04, windows-2022, macOS-13] + os: [ubuntu-22.04, windows-2022, macOS-14] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1