From 74d09ee44da830da85c2ee1641f027e74fcb9cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:41:48 +0200 Subject: [PATCH] switch from `macos-12` 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 f864e13..3022dfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: matrix: include: - {name: "Linux (amd64)", os: ubuntu-latest, shell: bash} - - {name: "macOS (amd64)", os: macos-12, shell: bash} + - {name: "macOS (amd64)", os: macos-13, shell: bash} - {name: "macOS (arm64)", os: macos-latest, shell: bash} - {name: "Windows (amd64)", os: windows-latest, shell: "msys2 {0}"}