From cb22e2637a49fb60f8ca33edbea9a7ce996f40ec Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Tue, 28 Apr 2020 16:51:14 +0200 Subject: [PATCH] macOS to macos --- .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 b52f38a..00a56a1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - runs-on: [ubuntu-latest, macOS-latest, windows-latest] + runs-on: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false runs-on: ${{ matrix.runs-on }}