Skip to content

Commit 295d14c

Browse files
author
Rutherford, Cameron
committed
Use Ubuntu 24.04
1 parent b9dbe5b commit 295d14c

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/spack_cpu_build.yaml

+4-16
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# Our repo name contains upper case characters, so we can't use ${{ github.repository }}
88
IMAGE_NAME: exago
99
USERNAME: exago-bot
10-
BASE_VERSION: ubuntu-22.04-fortran
10+
BASE_VERSION: ubuntu-24.04-fortran
1111
SPACK_CACHE: /opt/spack-cache
1212
tempdir: /opt/spack-cache
1313
TMP: /opt/spack-cache
@@ -17,20 +17,8 @@ env:
1717
on: [pull_request]
1818

1919
jobs:
20-
cleanup_registry:
21-
runs-on: ubuntu-22.04
22-
steps:
23-
- name: Cleanup
24-
uses: actions/delete-package-versions@v5
25-
with:
26-
package-name: "exago"
27-
package-type: "container"
28-
min-versions-to-keep: 100
29-
delete-only-untagged-versions: "true"
30-
num-old-versions-to-delete: 10000
31-
3220
base_image_build:
33-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-24.04
3422
permissions:
3523
packages: write
3624
contents: read
@@ -48,7 +36,7 @@ jobs:
4836
- name: Create Dockerfile heredoc
4937
run: |
5038
cat << EOF > Dockerfile
51-
FROM ubuntu:22.04
39+
FROM ubuntu:24.04
5240
RUN apt-get update && \
5341
apt-get install -y --no-install-recommends \
5442
software-properties-common \
@@ -89,7 +77,7 @@ jobs:
8977

9078
exago_spack_builds:
9179
needs: base_image_build
92-
runs-on: ubuntu-22.04
80+
runs-on: ubuntu-24.04
9381
permissions:
9482
packages: write
9583
contents: read

0 commit comments

Comments
 (0)