From ac7677cc45c7317bfd2afaa6e614ed4d415efd1e Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Mon, 20 Jul 2020 19:13:28 -0700 Subject: [PATCH] Test --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9587e2e630..ab03f1891de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,10 @@ jobs: debug-cln ] + exclude: + - name: production-clang + os: macos-latest + include: - name: production config: production --all-bindings --lfsc --editline @@ -26,6 +30,7 @@ jobs: cache-key: production-clang check-examples: true env: CC=clang CXX=clang++ + os: ubuntu-latest - name: debug config: debug --symfpu --lfsc --no-debug-symbols --editline