From 1b7152ed523698b0ffd4ea1d3972558e3be607e2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 4 Mar 2020 14:38:46 +0000 Subject: [PATCH] workflows/tests: cleanup actions. Tweak GitHub Actions code to be more consistent. --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7a12af4db..c153dac3a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,18 +15,18 @@ jobs: uses: actions/checkout@master - name: Reset system Homebrew installation - run: brew update-reset if: matrix.os == 'macOS-latest' + run: brew update-reset - name: Check Ruby style - run: brew style homebrew/bundle if: matrix.os == 'macOS-latest' + run: brew style homebrew/bundle - name: Set up Ruby + if: matrix.os == 'ubuntu-latest' uses: actions/setup-ruby@v1 with: - ruby-version: '>=2.3' - if: matrix.os == 'ubuntu-latest' + ruby-version: '2.6' - name: Install RubyGems run: |