From 6b0d1b5175c3e1b90f511df096d47f4c4ac6de7a Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 26 Dec 2023 15:25:19 -0500 Subject: [PATCH] Test with Ruby 3.3 on CI --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4997657..708374e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,10 +8,10 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.2 + ruby-version: 3.3 bundler-cache: true - if: ${{ startsWith(matrix.os, 'macos') }} run: brew install libomp