Skip to content

Commit

Permalink
ci: Test ubuntu 24.04 container
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 26, 2024
1 parent 1eda5d1 commit 44831bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 44831bc

Please sign in to comment.