Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn authored Feb 15, 2024
1 parent 3684d39 commit db761a9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,18 @@ on:
- cron: 0 8 * * *
jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
max-parallel: 4
max-parallel: 2
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ['3.9', '3.11']
include:
- java-version: '11'
python-version: '3.9'
- java-version: '21'
python-version: '3.11'

name: ${{ matrix.os }}, py${{ matrix.python-version }}, java${{ matrix.java-version }}
name: ubuntu-latest, py${{ matrix.python-version }}, java${{ matrix.java-version }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit db761a9

Please sign in to comment.