From d8cff447b2a2f09bee58590086639b7fd4606633 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 31 Mar 2021 15:06:14 +0200 Subject: [PATCH] CI: Quoted "3.0" in YAML See https://github.com/actions/runner/issues/849 for details about that. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1adb570..b7c5313 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: matrix: - ruby: [ 3.0, head ] + ruby: [ '3.0', head ] os: [ ubuntu-latest, macos-latest ] runs-on: ${{ matrix.os }} steps: