Skip to content

Commit

Permalink
CI: Check bundled Python 2.7 on macOS 12
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Jun 5, 2024
1 parent 9f405fc commit 2e53991
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,22 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version:
- '2.7'
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
os:
- ubuntu-latest
- macos-latest
- windows-latest
include:
- python-version: '2.7'
os: macos-12
# python-version:
# - '2.7'
# - '3.6'
# - '3.7'
# - '3.8'
# - '3.9'
# - '3.10'
# - '3.11'
# - '3.12'
# os:
# - ubuntu-latest
# - macos-latest
# - windows-latest
steps:
- uses: actions/checkout@v3
- uses: MatteoH2O1999/setup-python@v3
Expand Down

0 comments on commit 2e53991

Please sign in to comment.