diff options
author | Hiroshi SHIBATA <[email protected]> | 2025-01-16 16:05:43 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-01-20 10:15:08 +0900 |
commit | 9a4d82fb098c8451effd765436e7e3e8ca4bf096 (patch) | |
tree | e7e57a6fcbaacffed3e156ca5e6d24c5b3c9e569 | |
parent | f27ed98effff9891d28edc7119d45811bcedd510 (diff) |
Ubuntu 20.04 will be EOL at Apr 2025
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12589
-rw-r--r-- | .github/workflows/ubuntu.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 24d468c166..4c5a9fb4b3 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -37,8 +37,6 @@ jobs: timeout: 50 - test_task: test-bundled-gems - test_task: check - os: ubuntu-20.04 - - test_task: check os: ubuntu-24.04 - test_task: check os: ubuntu-24.04-arm |