From b11473a19d06c075a52cc5bed3dcdfb6e46ba1df Mon Sep 17 00:00:00 2001 From: Zach Gianos Date: Tue, 12 Aug 2025 00:27:51 -0700 Subject: [PATCH] ci: update runtimes This updates the os and ruby versions on which to test: * include latest two os versions: mac + ubuntu * include latest four ruby versions --- .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 e673622..e88dc66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,10 +60,11 @@ jobs: strategy: matrix: os: + - macos-14 - macos-latest + - ubuntu-22.04 - ubuntu-latest ruby: - - ruby-3.0 - ruby-3.1 - ruby-3.2 - ruby-3.3