From 823eb5cf1f5c72823dd7864c37a2d7d2a7ab147e Mon Sep 17 00:00:00 2001 From: adfoster-r7 Date: Wed, 20 Nov 2024 13:29:37 +0000 Subject: [PATCH] Update github pipeline --- .github/workflows/verify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index b40ed08..4a8474e 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -37,10 +37,11 @@ jobs: - '3.0' - '3.1' - '3.2' + - '3.3' os: - ubuntu-20.04 - windows-2019 - - macos-11 + - macos-13 - ubuntu-latest exclude: - { os: ubuntu-latest, ruby: '2.7' }