From 49c30cacfa9ba11472f8ee61765aff8cf028d750 Mon Sep 17 00:00:00 2001 From: John Mettraux Date: Thu, 26 Dec 2024 14:44:39 +0900 Subject: [PATCH] Attempt to fix test.yaml os: --- .github/workflows/test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 12e6a89..bbaab57 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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',