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 3ee3d5b2 Update OS and Ruby
3ee3d5b2 is described below
commit 3ee3d5b27e43c7b55a039c87ce2d5a2bcf11ce9b
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 18 13:59:23 2025 +0000
Update OS and Ruby
---
.github/workflows/unittestlib.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/unittestlib.yml
b/.github/workflows/unittestlib.yml
index 860de48e..44efae30 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [macos-13, ubuntu-24.04]
- ruby: [3.1, 3.2]
+ os: [macos-latest, ubuntu-latest]
+ ruby: [3.2, 3.3]
runs-on: ${{ matrix.os }}
steps:
- name: setup non-macOS # needed for installing ruby-ldap