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: