Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Nov 29, 2023
1 parent 1d30982 commit 6809e07
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ jobs:
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest]
geant4-version: [11.1.3]
python-version: [3.9, 3.10, 3.11, 3.12]
geant4-version:
- 11.1.3
python-version:
- '3.9'
- '3.10'
- '3.11'

runs-on: ${{ matrix.platform }}
defaults:
run:
Expand Down

0 comments on commit 6809e07

Please sign in to comment.