Skip to content

Commit

Permalink
fix(ci): use spack-noble container with latest develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Nov 4, 2024
1 parent 79be358 commit d07f911
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 d07f911

Please sign in to comment.