Skip to content

Commit 039c071

Browse files
committed
Require CMake 3.19 for YARP master
1 parent 58d7fe5 commit 039c071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
robotology:
4141
- { yarp: yarp-3.8, cmake: 3.16.x }
4242
- { yarp: yarp-3.9, cmake: 3.16.x }
43-
- { yarp: master, cmake: 3.16.x }
43+
- { yarp: master, cmake: 3.19.x }
4444
compiler:
4545
- { cc: gcc, cxx: g++ }
4646
- { cc: clang, cxx: clang++ }

0 commit comments

Comments
 (0)