Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit df627eb

Browse files
committed
Updated distros used in CI
1 parent fd29199 commit df627eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildtest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
CARL_CMAKE_DEBUG: "-DCMAKE_BUILD_TYPE=Debug -DUSE_CLN_NUMBERS=ON -DUSE_GINAC=ON -DTHREAD_SAFE=ON"
2929
CARL_CMAKE_RELEASE: "-DCMAKE_BUILD_TYPE=Release -DUSE_CLN_NUMBERS=ON -DUSE_GINAC=ON -DTHREAD_SAFE=ON"
3030

31-
DOCUMENTATION_DISTRO: "ubuntu-20.04"
31+
DOCUMENTATION_DISTRO: "ubuntu-22.04"
3232

3333
jobs:
3434
noDeploy:
@@ -38,7 +38,7 @@ jobs:
3838
PYTHON: "python3"
3939
strategy:
4040
matrix:
41-
distro: ["ubuntu-21.10", "ubuntu-20.04", "debian-10", "debian-11"]
41+
distro: ["ubuntu-18.04", "debian-10", "ubuntu-20.04", "debian-11", "ubuntu-22.04"]
4242
debugOrRelease: ["debug", "release"]
4343

4444
steps:

0 commit comments

Comments
 (0)