Skip to content

Commit

Permalink
#11674 Run only on macOS 12 with latest Python. (#11675)
Browse files Browse the repository at this point in the history
  • Loading branch information
exarkun committed Sep 17, 2022
2 parents a5127a5 + acaca83 commit 4682c2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yaml
Expand Up @@ -122,13 +122,6 @@ jobs:
# Just Python 3.9 with default settings.
- python-version: '3.9'

# Oldest macOS and olders Python supported versions.
# We pin a specific Python micro release due to a TK library bug.
# https://github.com/actions/setup-python/issues/402#issuecomment-1156015780
- python-version: '3.7.12'
runs-on: 'macos-10.15'
job-name: 'macos-10-default-tests'

# Newest macOS and newest Python supported versions.
- python-version: '3.10'
runs-on: 'macos-12'
Expand Down
Empty file.

0 comments on commit 4682c2e

Please sign in to comment.