From 143a62dc63b9910e7ecae319edd01eaad1f44f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Sun, 2 Feb 2025 19:35:47 +0100 Subject: [PATCH] ci: switch runner 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 cbcb857..ef77bdf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, windows-latest, macOS-11] + os: [ubuntu-20.04, windows-latest, macOS-13] python_version: [3.9] steps: - uses: actions/checkout@v3