Skip to content

Commit

Permalink
CI: Update Fedora and use CGAL 6
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Jul 23, 2024
1 parent 8f5833c commit 250c86b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab/pipeline/fedora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fedora38_clang:
fedora40_clang:
stage: test
image: fedora:38
image: fedora:40

script:
- yum update -qy
Expand All @@ -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
Expand All @@ -28,4 +28,4 @@ fedora38_gcc:
- ctest -VV
parallel:
matrix:
- CGAL_VERSION: ["5.6"]
- CGAL_VERSION: ["6.0-beta1"]

0 comments on commit 250c86b

Please sign in to comment.