From ae0d34fe6317173626a5a5a950057573df9d4a3e Mon Sep 17 00:00:00 2001 From: Kernc Date: Wed, 5 Feb 2025 06:59:48 +0100 Subject: [PATCH] CI: Bump package-macos to macos-13 --- .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 78b736b..dc60705 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,7 +165,7 @@ jobs: package-macos: timeout-minutes: 10 needs: [ test-linux, test-macos, test-windows ] - runs-on: macos-11 + runs-on: macos-13 steps: - uses: actions/checkout@v3 - uses: ./.github/actions/setup