From ab8e35cb278a3a98cdd55ecd56852511e3d0562c Mon Sep 17 00:00:00 2001 From: Arnaud Taffanel Date: Mon, 4 Jan 2021 15:17:04 +0100 Subject: [PATCH] #668: Fix GH workflow config --- .github/workflows/CI.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a6f2488a14..ddb6e2b961 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,6 +12,7 @@ on: jobs: basic: + runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v2 @@ -19,10 +20,11 @@ jobs: run: docker run --rm -v ${PWD}:/module bitcraze/builder ./tools/build/build PLATFORM=cf2 UNIT_TEST_STYLE=min examples: + runs-on: ubuntu-latest strategy: fail-fast: false - matrix: - example: + matrix: + example: - app_api - examples/app_hello_world - examples/app_peer_to_peer