Skip to content

Commit

Permalink
reduce amount of macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jan 25, 2024
1 parent 441dc53 commit dec6da8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ jobs:
matrix:
runs-on: [ ubuntu-latest, macos-latest ]
python-version: [ '3.9', '3.10', '3.11' ]
exclude:
- runs-on: macos-latest
python-version: '3.9'
- runs-on: macos-latest
python-version: '3.10'
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -288,9 +293,9 @@ jobs:
jref: hst/references/hst/
exclude:
- runs-on: macos-latest
python-version: 3.9
python-version: '3.9'
- runs-on: macos-latest
python-version: 3.10
python-version: '3.10'
fail-fast: false
runs-on: ${{ matrix.runs-on }}
name: ${{ matrix.package }} (Python ${{ matrix.python-version }}, ${{ matrix.runs-on }})
Expand Down

0 comments on commit dec6da8

Please sign in to comment.