This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 3c03452b Ubuntu 20.04 no longer supported [skip ci]
3c03452b is described below
commit 3c03452ba3a13942caa3e8b707718ae4f2366f1c
Author: Sebb <[email protected]>
AuthorDate: Mon Apr 28 17:37:09 2025 +0100
Ubuntu 20.04 no longer supported [skip ci]
---
.github/workflows/unittestlib.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittestlib.yml
b/.github/workflows/unittestlib.yml
index d28b567e..d6f6e7dd 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [macos-13, ubuntu-20.04, ubuntu-22.04]
+ os: [macos-13, ubuntu-22.04]
ruby: [2.7, 3.1]
# 2.7 not supported on 22.04
exclude: