From 0d112d3e2923491648904bce57d9424a3ea9e582 Mon Sep 17 00:00:00 2001 From: Max Rossmannek Date: Mon, 4 Sep 2023 18:07:36 +0200 Subject: [PATCH] ci: test minimal Python version on Mac OS (#1238) --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d004e6d5d..d4e6895f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -150,7 +150,7 @@ jobs: python-version: [3.8, 3.9, '3.10', 3.11] include: - os: macos-latest - python-version: 3.9 + python-version: 3.8 - os: macos-latest python-version: 3.11 - os: windows-2019 @@ -374,8 +374,8 @@ jobs: path: /tmp/u310 - uses: actions/download-artifact@v3 with: - name: macos-latest-3.9 - path: /tmp/m39 + name: macos-latest-3.8 + path: /tmp/m38 - uses: actions/download-artifact@v3 with: name: macos-latest-3.11 @@ -393,7 +393,7 @@ jobs: shell: bash - name: Combined Deprecation Messages run: | - sort -f -u /tmp/u38/nat.dep /tmp/u39/nat.dep /tmp/u310/nat.dep /tmp/m39/nat.dep /tmp/m311/nat.dep /tmp/w38/nat.dep /tmp/w311/nat.dep || true + sort -f -u /tmp/u38/nat.dep /tmp/u39/nat.dep /tmp/u310/nat.dep /tmp/m38/nat.dep /tmp/m311/nat.dep /tmp/w38/nat.dep /tmp/w311/nat.dep || true shell: bash - name: Coverage combine run: coverage3 combine /tmp/u38/nat.dat