Skip to content

Commit

Permalink
ci: bump unbuntu to 22.04
Browse files Browse the repository at this point in the history
We were not having success with 20.04 (planck-repl#1087), based on past tests, I'm
thinking we might be good on 22.04.
  • Loading branch information
lread committed Aug 20, 2022
1 parent e9dfcad commit 06b5152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_planck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
script/test
build_ubuntu:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 06b5152

Please # to comment.