From 250c86bc1a98347ff366da9f0ef1a9f3b3f88649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Tue, 23 Jul 2024 08:11:34 +0200 Subject: [PATCH] CI: Update Fedora and use CGAL 6 --- .gitlab/pipeline/fedora.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab/pipeline/fedora.yml b/.gitlab/pipeline/fedora.yml index 3b50cfa1..4bfce2c3 100644 --- a/.gitlab/pipeline/fedora.yml +++ b/.gitlab/pipeline/fedora.yml @@ -1,6 +1,6 @@ -fedora38_clang: +fedora40_clang: stage: test - image: fedora:38 + image: fedora:40 script: - yum update -qy @@ -12,11 +12,11 @@ fedora38_clang: - ctest -VV parallel: matrix: - - CGAL_VERSION: ["5.6"] + - CGAL_VERSION: ["6.0-beta1"] -fedora38_gcc: +fedora40_gcc: stage: test - image: fedora:38 + image: fedora:40 script: - yum update -qy @@ -28,4 +28,4 @@ fedora38_gcc: - ctest -VV parallel: matrix: - - CGAL_VERSION: ["5.6"] + - CGAL_VERSION: ["6.0-beta1"]