Update cooker-selfhosted.yml

Changed Ubuntu version to 20.04
This commit is contained in:
MonkeyX 2024-06-24 13:38:48 +01:00 committed by GitHub
parent 9057a57abe
commit f92e1ce518
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ on:
jobs:
Building_RetroDECK:
runs-on: self-hosted
runs-on: self-hosted, ubuntu-20.04
steps:
# Circumventing this bug: https://github.com/flatpak/flatpak-builder/issues/317