Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dumux-repositories
dumux
Merge requests
!3693
[ci] Use ubuntu version images in the CI from 20.04 to 22.04.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[ci] Use ubuntu version images in the CI from 20.04 to 22.04.
ci/update-ubuntu-to-22.04
into
master
Overview
9
Commits
1
Pipelines
7
Changes
1
All threads resolved!
Hide all comments
Merged
Ivan Buntic
requested to merge
ci/update-ubuntu-to-22.04
into
master
1 year ago
Overview
9
Commits
1
Pipelines
7
Changes
1
All threads resolved!
Hide all comments
Expand
What this MR does / why does DuMux need it
:
See issue
#1316 (closed)
Edited
1 year ago
by
Timo Koch
0
0
Merge request reports
Viewing commit
15a75055
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
15a75055
[ci] Add fake change for CI to run.
· 15a75055
IvBu
authored
1 year ago
test/porousmediumflow/2p/incompressible/main.cc
+
2
−
0
Options
@@ -39,6 +39,8 @@
#define DIFFMETHOD DiffMethod::numeric
#endif
//fake change for CI
int
main
(
int
argc
,
char
**
argv
)
{
using
namespace
Dumux
;
Loading