mirror of https://github.com/Icinga/icinga2.git
GHA: revert back to ubuntu-latest
as that is 22.04 or later.
This commit is contained in:
parent
a0286e9c64
commit
90f2522d15
|
@ -18,7 +18,7 @@ jobs:
|
|||
- buster
|
||||
- bullseye
|
||||
|
||||
runs-on: ubuntu-22.04 # revert back to ubuntu-latest once that is 22.04 or later
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Cancel previous jobs for the same PR
|
||||
|
|
Loading…
Reference in New Issue