From 7dc1b74bcc816239b8ce666db6a7db355c51a58a Mon Sep 17 00:00:00 2001 From: Stefania Pedrazzi Date: Wed, 17 May 2023 08:59:28 +0200 Subject: [PATCH] Disable source tests on ubuntu for testing --- .github/workflows/tests_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_suite.yml b/.github/workflows/tests_suite.yml index 98c222c9bf..09f2b18723 100644 --- a/.github/workflows/tests_suite.yml +++ b/.github/workflows/tests_suite.yml @@ -19,7 +19,7 @@ jobs: if: ${{ contains(github.event.pull_request.labels.*.name, 'test sources') || github.event_name == 'schedule' }} strategy: matrix: - os: [ubuntu-20.04, macos-11] + os: [macos-11] include: - os: ubuntu-20.04 DEPENDENCIES_INSTALLATION: "sudo apt -y install clang-format-10 cppcheck"