Skip to content

Commit

Permalink
fixup! Mark failing builds as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
sethrj committed Mar 15, 2024
1 parent 84b93f2 commit f273cfe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
# TODO: update below when https://github.com/spack/spack/pull/43212 is merged
SPACK_REF: ee1fa3e50c1d9dce481572a69fb255f8ca3cee6b

continue-on-error: ${{matrix.experimental}}
jobs:
linux:
name: jammy-g4-${{matrix.geant}}
Expand All @@ -21,9 +20,10 @@ jobs:
version: [15]
geant: ["10.5", "10.6", "10.7", "11.1", "11.2"]
experimental: [true]
include:
geant: "11.0"
experimental: false
include:
geant: "11.0"
experimental: false
continue-on-error: ${{matrix.experimental}}
runs-on: ubuntu-22.04
permissions:
packages: write
Expand Down

0 comments on commit f273cfe

Please sign in to comment.