Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Sep 12, 2023
1 parent 9652348 commit 725e294
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ jobs:
Spack:
strategy:
matrix:
os: ["ubuntu-latest"]
openmp: ["+openmp", "~openmp"]
sharedlibs: ["+shared", "~shared"]
pic: ["+pic"], "~pic"]
pic: ["+pic", "~pic"]
precision: ["precision=d", "precision=4", "precision=8"]
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:

Expand Down

0 comments on commit 725e294

Please sign in to comment.