Skip to content

Commit

Permalink
Attempt to fix test.yaml os:
Browse files Browse the repository at this point in the history
  • Loading branch information
jmettraux committed Dec 26, 2024
1 parent 5eb7177 commit 49c30ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ jobs:

if: " ! (contains(github.event.head_commit.message, 'skip ci') || contains(github.event.head_commit.message, 'ci skip'))"

name: ${{matrix.ruby}} on ${{matrix.os}}
name: '${{matrix.ruby}} on ${{matrix.os}}'

strategy:
matrix:
os: [
ubuntu-latest ]
os: [ 'ubuntu-latest' ]
ruby: [
'3.1', '3.2', '3.3', '3.4'
'jruby-9.4',
Expand Down

0 comments on commit 49c30ca

Please sign in to comment.