Skip to content

Commit

Permalink
Bump CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jun 1, 2024
1 parent 839230d commit 39aab3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++ }
Expand Down Expand Up @@ -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}}

Expand Down

0 comments on commit 39aab3f

Please sign in to comment.