From 39aab3fefa498fa2cbb816418d3190800f9bb5d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20=C5=81ukawski?= Date: Sat, 1 Jun 2024 21:57:17 +0200 Subject: [PATCH] Bump CI config --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59c035d..a6e3c9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: robotology: - { yarp: yarp-3.8, cmake: 3.16.x } - { yarp: yarp-3.9, cmake: 3.16.x } - - { yarp: master, cmake: 3.16.x } + - { yarp: master, cmake: 3.19.x } compiler: - { cc: gcc, cxx: g++ } - { cc: clang, cxx: clang++ } @@ -71,7 +71,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -qq ccache - name: Set up CMake - uses: jwlawson/actions-setup-cmake@v1 + uses: jwlawson/actions-setup-cmake@v2 with: cmake-version: ${{matrix.robotology.cmake}}