Skip to content
Snippets Groups Projects

[ci] Use ubuntu version images in the CI from 20.04 to 22.04.

Merged Ivan Buntic requested to merge ci/update-ubuntu-to-22.04 into master
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -39,6 +39,8 @@
#define DIFFMETHOD DiffMethod::numeric
#endif
//fake change for CI
int main(int argc, char** argv)
{
using namespace Dumux;
Loading