From e9f6b674f1839b39f4c88b43f8c6a95f862b0d9a Mon Sep 17 00:00:00 2001 From: hmacdope Date: Wed, 1 May 2024 22:03:20 +1000 Subject: [PATCH] mac runner --- .github/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index ad5668b..dc8e39d 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macOS-latest, ubuntu-latest] + os: [macOS-12, ubuntu-latest] python-version: ["3.10"] steps: