From d5b6b4ce3e2b496b72a478f410954518c307fbc1 Mon Sep 17 00:00:00 2001 From: Akira KAWAGUCHI Date: Mon, 17 Jun 2024 14:35:54 +0900 Subject: [PATCH] ci: bump ubuntu version in CI Upgrade the Ubuntu container image used by CI from Ubuntu 20.04 and Ubuntu 22.04 to Ubuntu 22.04 and Ubuntu 24.04. --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 360acea..5c55889 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-22.04] + os: [ubuntu-22.04, ubuntu-24.04] runs-on: [self-hosted, docker] permissions: checks: write