From b30651abbc76dd7388252c5e31e940479c84ad88 Mon Sep 17 00:00:00 2001 From: Dan Meliza Date: Thu, 29 Aug 2024 11:47:39 -0400 Subject: [PATCH] more work on workflow --- .github/workflows/tests-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-python.yml b/.github/workflows/tests-python.yml index dd64185..48c6055 100644 --- a/.github/workflows/tests-python.yml +++ b/.github/workflows/tests-python.yml @@ -7,10 +7,10 @@ jobs: strategy: fail-fast: false matrix: - platform: [macos-13, macos-14, ubuntu-latest, windows-latest] + platform: [macos-latest, ubuntu-latest, windows-latest] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] exclude: - - os: macos-14 + - os: macos-latest python-version: "3.7" runs-on: ${{ matrix.platform }}