From 4142daaaefa086595d3304bc34a1fd1da834eea2 Mon Sep 17 00:00:00 2001 From: Akira KAWAGUCHI Date: Mon, 17 Jun 2024 14:49:27 +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 77f7d74..0e07bb6 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