Skip to content

Commit 428f419

Browse files
committed
Fix dhall config for CI runners
1 parent 2878000 commit 428f419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/dhall/setup.dhall

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let Job =
3232
{ Type = GitHubActions.Job.Type
3333
, default =
3434
GitHubActions.Job.default
35-
with runs-on = GitHubActions.RunsOn.Type.`ubuntu-18.04`
35+
with runs-on = GitHubActions.RunsOn.Type.`ubuntu-20.04`
3636
with steps = Some SetupSteps
3737
}
3838

0 commit comments

Comments
 (0)