From 44831bc93d80cce9f8f1780406c241106cc8cbf7 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 26 Apr 2024 18:03:23 +0900 Subject: [PATCH] ci: Test ubuntu 24.04 container --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d853cbfd..9e1dc93a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,6 +100,7 @@ jobs: - ubuntu:18.04 # glibc 2.27 - ubuntu:20.04 # glibc 2.31 - ubuntu:22.04 # glibc 2.35 + - ubuntu:24.04 # glibc 2.39 - debian:10-slim # glibc 2.28 - debian:11-slim # glibc 2.31 - debian:12-slim # glibc 2.36 @@ -155,7 +156,7 @@ jobs: test-no-cargo: runs-on: ubuntu-latest timeout-minutes: 60 - container: ubuntu:22.04 + container: ubuntu steps: - uses: taiki-e/checkout-action@v1 - name: Generate tool list