No need to quote the platform

This commit is contained in:
Benoit Daloze
2020-01-03 14:09:37 +01:00
parent 0c2ef9d00c
commit 7375b1fba0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-16.04', 'ubuntu-18.04', 'macos-latest' ]
os: [ ubuntu-16.04, ubuntu-18.04, macos-latest ]
ruby: [ 'ruby-2.4', '2.5', 'ruby-2.6.5', '2.7.0', 'truffleruby', 'jruby' ]
runs-on: ${{ matrix.os }}
steps: