From 11e23a7e32dfe8378d9661b7ee688660c74c610f Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Thu, 5 Sep 2024 09:38:59 +0200 Subject: [PATCH] set CI to minimum supported version for mac os --- .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 49a937e..ab0090b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-12, ubuntu-latest] steps: - name: Checkout