We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2878000 commit 428f419Copy full SHA for 428f419
scripts/ci/dhall/setup.dhall
@@ -32,7 +32,7 @@ let Job =
32
{ Type = GitHubActions.Job.Type
33
, default =
34
GitHubActions.Job.default
35
- with runs-on = GitHubActions.RunsOn.Type.`ubuntu-18.04`
+ with runs-on = GitHubActions.RunsOn.Type.`ubuntu-20.04`
36
with steps = Some SetupSteps
37
}
38
0 commit comments