From c89ac0bd7fdd95c715bf0f4bfd85943049e34599 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 12 Dec 2024 10:32:07 +0100 Subject: [PATCH] Bump github to macos-13 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a836a934..315363f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,7 +91,7 @@ jobs: strategy: matrix: include: - - os: macos-12 + - os: macos-13 name: macos static: false #- os: ubuntu-latest