From 42d737a301d0c8ca5a9fc1019a71a4abc0513f38 Mon Sep 17 00:00:00 2001 From: derrod Date: Thu, 28 Oct 2021 10:59:09 +0200 Subject: [PATCH] .github: Try macos-11 and python3.9 and hope for the best --- .github/workflows/python.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 2775d8f..766c4ac 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-20.04', 'windows-latest', 'macos-latest'] + os: ['ubuntu-20.04', 'windows-latest', 'macos-11'] fail-fast: true max-parallel: 3 @@ -21,14 +21,17 @@ jobs: - uses: actions/setup-python@v2 with: - python-version: '3.8' + python-version: '3.9' - - name: Dependencies + - name: Python components + run: pip3 install --upgrade + setuptools + wheel + + - name: Legendary dependencies and build tools run: pip3 install --upgrade pyinstaller requests - setuptools - wheel pywebview - name: Strip