Skip to content

Commit 6516008

Browse files
authored
Merge pull request #278 from lrineau/cgal6.0.1
Update to CGAL 6.0.1
2 parents 9b7f4bf + 261b1fa commit 6516008

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/matrix.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"cgal_branch": [
3-
"v6.0",
4-
"5.6.x-branch",
3+
"v6.0.1",
4+
"6.0.x-branch",
55
"master"
66
],
77
"python-version": [

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- cron: "0 2 * * 0"
1111

1212
env:
13-
LATEST_CGAL_VERSION: '6.0'
13+
LATEST_CGAL_VERSION: '6.0.1'
1414

1515

1616
jobs:

0 commit comments

Comments
 (0)