diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 22490a788..82d8f2906 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -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 diff --git a/.github/workflows/stubtest_stdlib.yml b/.github/workflows/stubtest_stdlib.yml index 90add67d9..d26b4250f 100644 --- a/.github/workflows/stubtest_stdlib.yml +++ b/.github/workflows/stubtest_stdlib.yml @@ -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