CI: Use macOS-11 for stdlib stubtest (#8949)

This commit is contained in:
Alex Waygood
2022-10-20 14:45:18 +01:00
committed by GitHub
parent 4276136d7a
commit 122bceeade
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
# tkinter doesn't import on macOS-12
os: ["ubuntu-latest", "windows-latest", "macos-11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false

View File

@@ -29,7 +29,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
# tkinter doesn't import on macOS 12
os: ["ubuntu-latest", "windows-latest", "macos-11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false