From 208428609c2f14362e4939167fad07eb6148ce6c Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:12:50 -0400 Subject: [PATCH] Run CI on oldest supported python (3.9) Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dbe54ee..54b367b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,8 +28,8 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] - python-version: [3.11] + os: [ubuntu-latest, macos-13] # NOTE: use macos-13 as no standard csp wheels for arm64 3.9 + python-version: [3.9] steps: - uses: actions/checkout@v4 @@ -64,8 +64,7 @@ jobs: - name: Publish Unit Test Results uses: EnricoMi/publish-unit-test-result-action@v2 with: - files: | - **/junit.xml + files: junit.xml if: ${{ matrix.os == 'ubuntu-latest' }} - name: Twine check