From 992c49e17d670b482f7e4b9bd3be7ca4947b8c58 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 6 Apr 2021 16:51:15 +0200 Subject: [PATCH] Fix version naming in GHA yml --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb927a0..dfcb19e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,8 @@ jobs: fail-fast: false matrix: os: - - "10.15" - - "11.0" + - '10.15' + - '11.0' platform: - x86_64 # arm64 @@ -29,11 +29,11 @@ jobs: fail-fast: false matrix: ruby: - - 2.4 - - 2.5 - - 2.6 - - 2.7 - - 3.0 + - '2.4' + - '2.5' + - '2.6' + - '2.7' + - '3.0' platform: - amd64 - arm64 @@ -43,7 +43,7 @@ jobs: libc: - gnu - musl - name: Build (linux) + name: Test (linux) runs-on: ubuntu-20.04 steps: - name: Enable ${{ matrix.platform }} platform