From 99ade63b5d6535f5b8835209e2cb7189d7a221e6 Mon Sep 17 00:00:00 2001 From: yanovs <42386943+yanovs@users.noreply.github.com> Date: Sun, 28 Apr 2024 19:55:12 -0400 Subject: [PATCH] Tweak CI config --- .github/workflows/test.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64d8e6a..75f9636 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,16 +26,10 @@ jobs: # See https://help.github.com/articles/virtual-environments-for-github-actions platform: - ubuntu-latest - - macos-latest + # TODO: Replace with macos-latest + - 'macos-12:20240418.1' - windows-latest python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8'] - # TODO: Fix macOS-14/3.8 issues - incude: - - platform: 'macos-12:20240418.1' - python-version: '3.8' - exclude: - - platform: macos-latest - python-version: '3.8' steps: - name: Check out code