Skip to content

Commit ffa0327

Browse files
authored
Use macos-12 for stdlib stubtest in CI (#12021)
1 parent dccc4e1 commit ffa0327

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
# tkinter doesn't import on macOS-12
38-
os: ["ubuntu-latest", "windows-latest", "macos-11"]
37+
# various modules aren't available on macos-13 and higher
38+
os: ["ubuntu-latest", "windows-latest", "macos-12"]
3939
# TODO unpin the 3.11 and 3.12 micro versions
4040
python-version: ["3.8", "3.9", "3.10", "3.11.8", "3.12.2", "3.13"]
4141
fail-fast: false

.github/workflows/stubtest_stdlib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
strategy:
3232
matrix:
33-
# tkinter doesn't import on macOS 12
34-
os: ["ubuntu-latest", "windows-latest", "macos-11"]
33+
# various modules aren't available on macos-13 and higher
34+
os: ["ubuntu-latest", "windows-latest", "macos-12"]
3535
# TODO unpin 3.11 and 3.12 micro versions
3636
python-version: ["3.8", "3.9", "3.10", "3.11.8", "3.12.2", "3.13"]
3737
fail-fast: false

0 commit comments

Comments
 (0)