Skip to content

Commit 6f701fe

Browse files
Merge pull request #970 from jiridanek/jd_more_space
NO-JIRA: chore(gha): switch image build to ubuntu-24.04 as there is more disk space available
2 parents feeed89 + 751774c commit 6f701fe

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)