Skip to content

Commit

Permalink
CI: Use older macOS 13 for Python 2.7-3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Jun 4, 2024
1 parent d4283fc commit b9dc23b
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest-large
- windows-latest
python-version:
- '2.7'
- '3.6'
Expand All @@ -23,10 +27,20 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
os:
- ubuntu-latest
- macos-latest-large
- windows-latest
exclude:
- os: macos-latest-large
python-version: '2.7'
- os: macos-latest-large
python-version: '3.6'
- os: macos-latest-large
python-version: '3.7'
include:
- os: macos-13
python-version: '2.7'
- os: macos-13
python-version: '3.6'
- os: macos-13
python-version: '3.7'
steps:
- uses: actions/checkout@v3
- uses: MatteoH2O1999/setup-python@v3
Expand Down

0 comments on commit b9dc23b

Please sign in to comment.