GHA: revert back to ubuntu-latest

as that is 22.04 or later.
This commit is contained in:
Alexander Aleksandrovič Klimov 2023-01-19 11:04:25 +01:00 committed by Alexander A. Klimov
parent b02af91420
commit 074fc292d8

View File

@ -21,7 +21,7 @@ jobs:
codename:
- bullseye
runs-on: ubuntu-22.04 # revert back to ubuntu-latest once that is 22.04 or later
runs-on: ubuntu-latest
steps:
- name: Checkout HEAD