mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Use macos-12 for stdlib stubtest in CI (#12021)
This commit is contained in:
4
.github/workflows/daily.yml
vendored
4
.github/workflows/daily.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/stubtest_stdlib.yml
vendored
4
.github/workflows/stubtest_stdlib.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user