Skip to content

Commit

Permalink
Ubuntu 24.04 is available
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Jun 25, 2024
1 parent 2ab376f commit 87f7f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
self-hosted-runner:
labels:
- macos-14
- ubuntu-24.04
5 changes: 2 additions & 3 deletions .github/workflows/build-spack-nodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- macos-13
- macos-14
version:
Expand Down Expand Up @@ -61,8 +61,7 @@ jobs:
spack add binutils@2.41
spack add sst-core@${{ matrix.version }}
spack add sst-elements@${{ matrix.version }}
# macro is causing problems on macOS
# spack add sst-macro@${{ matrix.version }}
spack add sst-macro@${{ matrix.version }}
spack concretize --reuse --force
spack install --fail-fast
- name: Push packages and update index
Expand Down

0 comments on commit 87f7f08

Please sign in to comment.