CI: Use macos-latest for stubtest (#8353)

This commit is contained in:
Alex Waygood
2022-07-21 15:52:41 +01:00
committed by GitHub
parent 6fa7846edd
commit eca5549ee1
2 changed files with 2 additions and 4 deletions

View File

@@ -19,8 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false

View File

@@ -25,8 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
fail-fast: false