Skip to content

Commit

Permalink
fix(ci): use spack-noble container with latest develop (#677)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
This will ensure we use an up-to-date spack develop.
  • Loading branch information
wdconinc authored Nov 4, 2024
1 parent 79be358 commit 9ef3552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
fail-fast: false
matrix: ${{fromJson(needs.generate-matrix.outputs.matrix)}}
runs-on: ubuntu-latest
container: ghcr.io/spack/ubuntu-jammy:${{needs.generate-matrix.outputs.tag}}
container: ghcr.io/spack/ubuntu-noble:${{needs.generate-matrix.outputs.tag}}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9ef3552

Please sign in to comment.