Skip to content

Commit 751774c

Browse files
committed
NO-JIRA: chore(gha): switch image build to ubuntu-24.04 as there is more disk space available
There is less stuff preinstalled now * https://github.com/actions/runner-images * https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md The changes themselves were highlighted in * actions/runner-images#10636
1 parent feeed89 commit 751774c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ name: Build & Publish Notebook Servers (TEMPLATE)
1818

1919
jobs:
2020
build:
21-
strategy:
22-
matrix:
23-
os: [ubuntu-22.04]
24-
runs-on: ${{matrix.os}}
21+
runs-on: ubuntu-24.04
2522
env:
2623
# Some pieces of code (image pulls for example) in podman consult TMPDIR or default to /var/tmp
2724
TMPDIR: /home/runner/.local/share/containers/tmpdir

0 commit comments

Comments
 (0)