Use macos-12 for stdlib stubtest in CI (#12021)

This commit is contained in:
Alex Waygood
2024-05-23 15:36:20 -04:00
committed by GitHub
parent dccc4e1f07
commit ffa0327845
2 changed files with 4 additions and 4 deletions

View File

@@ -34,8 +34,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# tkinter doesn't import on macOS-12
os: ["ubuntu-latest", "windows-latest", "macos-11"]
# various modules aren't available on macos-13 and higher
os: ["ubuntu-latest", "windows-latest", "macos-12"]
# TODO unpin the 3.11 and 3.12 micro versions
python-version: ["3.8", "3.9", "3.10", "3.11.8", "3.12.2", "3.13"]
fail-fast: false

View File

@@ -30,8 +30,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# tkinter doesn't import on macOS 12
os: ["ubuntu-latest", "windows-latest", "macos-11"]
# various modules aren't available on macos-13 and higher
os: ["ubuntu-latest", "windows-latest", "macos-12"]
# TODO unpin 3.11 and 3.12 micro versions
python-version: ["3.8", "3.9", "3.10", "3.11.8", "3.12.2", "3.13"]
fail-fast: false