From 2c683f4b8bb4d9c509c477948cca1bc5be5cbe01 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 5 Feb 2024 02:33:47 +0100 Subject: [PATCH] Switch the MacOS runner to macos-14 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Thanks to Twitter, learned about the new M1 runners, and such a small change is even doable on my phone 😀 --- .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 876a227..8e47787 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04, macos-12] + os: [ubuntu-22.04, macos-14] python-version: - '3.7' - '3.8' -- 2.39.2