From 07ca6bd43f01fc762420258c51c9d66dfd078c84 Mon Sep 17 00:00:00 2001 From: Lele Gaifax Date: Tue, 22 Oct 2024 08:15:14 +0200 Subject: [PATCH] Replace deprecated usage of macos-12 with macos-13 runner on GitHub CI --- .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 6772fbc..2d4f505 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, macos-12] + os: [ubuntu-22.04, macos-13] arch: [auto] include: - os: ubuntu-22.04