From d240b21209cdc1af100f58d1dbe5d790a4de8dfc Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 22 Jun 2024 08:29:35 -0700 Subject: [PATCH] Trying to figure out why Ubuntu tests failing --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c1d1b981..07f17a968 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,8 @@ jobs: strategy: max-parallel: 4 matrix: - os: [macos-14, ubuntu-latest] + # os: [macos-14, ubuntu-latest] + os: [macos-14] python-version: ['3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4