From 66fa0d5af386348f9c391faf93e3f1467da02e22 Mon Sep 17 00:00:00 2001 From: Karliss Date: Thu, 2 May 2024 22:33:26 +0300 Subject: [PATCH] Switch macos CI runner macos-latest currently is an arm64 machine --- .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 a6d725ab..cc72cc1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -310,7 +310,7 @@ jobs: system-deps: false python-version: 3.7.x - name: macos-x86_64 - os: macos-latest + os: macos-14-large python-version: 3.7.x system-deps: false package: true