From 5c9d50e25ff3fe1b1e4c0aa273dd07b4cce4b70c Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Wed, 29 Apr 2020 17:02:20 +0300 Subject: [PATCH] Fix job --- .github/workflows/sanity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 6c795fbb..f460931b 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -3,8 +3,8 @@ on: push jobs: sanity: - fail-fast: false strategy: + fail-fast: false matrix: os: [macos-latest, ubuntu-latest, ubuntu-16.04] cc: [gcc, clang]