From 34b14ae157b8857977a119ae6ade08269078aec7 Mon Sep 17 00:00:00 2001 From: aerinon Date: Tue, 14 May 2024 14:19:41 -0600 Subject: [PATCH] build: disable mac b/c issues --- .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 5d05b5e9..4f4e7557 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: strategy: matrix: # install/release on not bionic - os-name: [ ubuntu-latest, ubuntu-20.04, macOS-latest, windows-latest ] + os-name: [ ubuntu-latest, ubuntu-20.04, windows-latest ] python-version: [ 3.9 ] needs: [ install-build ]