Version 4.2.3: Fixed Github CI Windows and macOS builds.

This commit is contained in:
23rd 2022-09-28 12:47:07 +03:00 committed by John Preston
parent 5b1a9fb3e1
commit 8b580de47e
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ jobs:
macos:
name: MacOS
runs-on: macos-latest
runs-on: macos-12
strategy:
matrix:

View File

@ -80,7 +80,7 @@ jobs:
path: ${{ env.TBUILD }}\${{ env.REPO_NAME }}
- name: Python installs.
run: py -m pip install pywin32 six
run: pip3 install --upgrade pywin32 six
- name: Set up environment paths.
shell: bash