From 94cde787f51da1225917034403b02dbdfc0d7778 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Tue, 1 Nov 2022 12:33:00 +1100 Subject: [PATCH] run setup-ruby for all OS variants Updates CI run `setup-ruby` on all OS versions since macos-12 has 3.0 for default however, we want to target 2.6 (for now). Swaps the unmaintained `actions/setup-ruby` for `ruby/setup-ruby` actions while I'm here. --- .github/workflows/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f17ea4ed8..cb2244c9e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,8 +33,7 @@ jobs: - run: brew test-bot --only-tap-syntax - name: Set up Ruby - if: matrix.os == 'ubuntu-latest' - uses: actions/setup-ruby@master + uses: ruby/setup-ruby@v1 with: ruby-version: '2.6' @@ -52,5 +51,5 @@ jobs: echo 'brew "hello"' > ./Brewfile brew bundle hello - + - uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70