From a6a82fc7723618232452c39dc12f19cbb1be1dd6 Mon Sep 17 00:00:00 2001 From: Darice Date: Thu, 14 Mar 2024 15:13:05 -0600 Subject: [PATCH] remove M1 mac test for now --- .github/workflows/test_pkg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pkg.yml b/.github/workflows/test_pkg.yml index 0b9e663..c962423 100644 --- a/.github/workflows/test_pkg.yml +++ b/.github/workflows/test_pkg.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest, macos-14] + os: [ubuntu-latest, windows-latest, macOS-latest] python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ] env: