From 995aa9aba7c072c4a1a2a39b2544f5985469558c Mon Sep 17 00:00:00 2001 From: Colby Swandale Date: Sat, 16 May 2020 13:07:30 +1000 Subject: [PATCH] adjust formatting --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index d84ed0c..2746b3f 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -8,10 +8,10 @@ on: jobs: test: + runs-on: ubuntu-latest strategy: matrix: ruby: [2.5, 2.6, 2.7, jruby, truffleruby] - runs-on: ubuntu-latest steps: - name: Install dependencies run: |