Skip to content

Commit

Permalink
NO-JIRA: chore(gha): pin github runner to ubuntu-22.04 to avoid flaky…
Browse files Browse the repository at this point in the history
… failures in podman
  • Loading branch information
jiridanek committed Oct 14, 2024
1 parent e97cebb commit 856b3d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-notebooks-TEMPLATE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Build & Publish Notebook Servers (TEMPLATE)

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
# GitHub image registry used for storing $(CONTAINER_ENGINE)'s cache
CACHE: "ghcr.io/${{ github.repository }}/workbench-images/build-cache"
Expand Down Expand Up @@ -97,6 +97,7 @@ jobs:

- name: Configure Podman
run: |
set -x
mkdir -p $HOME/.config/containers/
cp ci/cached-builds/containers.conf $HOME/.config/containers/containers.conf
cp ci/cached-builds/storage.conf $HOME/.config/containers/storage.conf
Expand Down

0 comments on commit 856b3d9

Please sign in to comment.