From c0453ebf9188d4e6b978249b094e1eb20f42fd54 Mon Sep 17 00:00:00 2001 From: FZambia Date: Wed, 4 Dec 2024 17:23:26 +0200 Subject: [PATCH] ci: switch 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 92ba45b..6bee3cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: [push, pull_request] jobs: test: name: Test - runs-on: macos-12 + runs-on: macos-13 # Prevent duplicate builds on internal PRs. if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository strategy: