From 06b5152fc15aa705b521d3bb5032f8c5ae0c981b Mon Sep 17 00:00:00 2001 From: lread Date: Sat, 20 Aug 2022 12:27:09 -0400 Subject: [PATCH] ci: bump unbuntu to 22.04 We were not having success with 20.04 (#1087), based on past tests, I'm thinking we might be good on 22.04. --- .github/workflows/build_test_planck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_planck.yml b/.github/workflows/build_test_planck.yml index 77a6ba72..d0454677 100644 --- a/.github/workflows/build_test_planck.yml +++ b/.github/workflows/build_test_planck.yml @@ -23,7 +23,7 @@ jobs: script/test build_ubuntu: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2