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 3f9b7ff620
commit 09b618eebd

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