From 6d3d9de201bd83cf3e312e2a55a66c90ff69e37a Mon Sep 17 00:00:00 2001 From: ktyagiapphelix2u Date: Tue, 6 Jan 2026 10:00:24 +0000 Subject: [PATCH] build: updated ubuntu version to latest --- .github/workflows/apparmor-validate.yaml | 2 +- .github/workflows/push-docker-images.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apparmor-validate.yaml b/.github/workflows/apparmor-validate.yaml index eff43db..efa149f 100644 --- a/.github/workflows/apparmor-validate.yaml +++ b/.github/workflows/apparmor-validate.yaml @@ -13,7 +13,7 @@ jobs: matrix: profile: - filename: openedx_codejail_service.profile - os: ubuntu-24.04 # apparmor 4 + os: ubuntu-latest # apparmor 4 runs-on: "${{ matrix.profile.os }}" steps: diff --git a/.github/workflows/push-docker-images.yml b/.github/workflows/push-docker-images.yml index 810fe96..0c93baa 100644 --- a/.github/workflows/push-docker-images.yml +++ b/.github/workflows/push-docker-images.yml @@ -34,7 +34,7 @@ on: jobs: set-matrix: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest outputs: docker_images: ${{ steps.set-images-input.outputs.images_to_build }} steps: @@ -54,7 +54,7 @@ jobs: echo "images_to_build=$images" >> $GITHUB_OUTPUT fi push: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest # Keep building other images even if one of them fails. As a confusing side # effect, the overall workflow will show up as having passed (even though a # job has failed), but the important part is that notification emails should