From ff55f4d361991875f818ea972d4720d25d2f3d2c Mon Sep 17 00:00:00 2001 From: Stefania Pedrazzi Date: Wed, 17 May 2023 08:49:38 +0200 Subject: [PATCH] Update deprecated macos image --- .github/workflows/tests_suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_suite.yml b/.github/workflows/tests_suite.yml index 30eb6bcf76..98c222c9bf 100644 --- a/.github/workflows/tests_suite.yml +++ b/.github/workflows/tests_suite.yml @@ -19,11 +19,11 @@ jobs: if: ${{ contains(github.event.pull_request.labels.*.name, 'test sources') || github.event_name == 'schedule' }} strategy: matrix: - os: [ubuntu-20.04, macos-10.15] + os: [ubuntu-20.04, macos-11] include: - os: ubuntu-20.04 DEPENDENCIES_INSTALLATION: "sudo apt -y install clang-format-10 cppcheck" - - os: macos-10.15 + - os: macos-11 DEPENDENCIES_INSTALLATION: "brew install clang-format@11 cppcheck; ln /usr/local/bin/clang-format-11 /usr/local/bin/clang-format" runs-on: ${{ matrix.os }} steps: