Skip to content

Commit

Permalink
Fix dhall config for CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
efjepsen committed Dec 7, 2023
1 parent 2878000 commit 428f419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/dhall/setup.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let Job =
{ Type = GitHubActions.Job.Type
, default =
GitHubActions.Job.default
with runs-on = GitHubActions.RunsOn.Type.`ubuntu-18.04`
with runs-on = GitHubActions.RunsOn.Type.`ubuntu-20.04`
with steps = Some SetupSteps
}

Expand Down

0 comments on commit 428f419

Please sign in to comment.