From 5d24ecc0c48e20136f9ad0dbd66ad37d0da0e7c8 Mon Sep 17 00:00:00 2001 From: Damien Daspit Date: Thu, 9 May 2024 10:30:19 -0500 Subject: [PATCH] Use macos-12 GHA runner - sil-thot currently doesn't support ARM on MacOS --- .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 7b1227f3..28eadfe3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-12, windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11"] defaults: run: