Skip to content

Commit

Permalink
use older
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Oct 14, 2024
1 parent 249cc11 commit e5c9ec3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 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
1 change: 0 additions & 1 deletion ci/cached-builds/gha_lvm_overlay.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ if [[ ${overprovision_lvm} == 'true' ]]; then
else
sudo mkfs.ext4 -Enodiscard -m0 "/dev/mapper/${VG_NAME}-buildlv"
fi
sudo mkdir -p "${build_mount_path}"
sudo mount "/dev/mapper/${VG_NAME}-buildlv" "${build_mount_path}"
sudo chown -R "${build_mount_path_ownership}" "${build_mount_path}"

Expand Down

0 comments on commit e5c9ec3

Please sign in to comment.