Change runner
Buildtest / build (push) Failing after 25s

This commit is contained in:
Dominik Werder
2026-07-02 15:47:58 +02:00
parent 5175119d30
commit 8537c9bb9e
+10 -1
View File
@@ -11,12 +11,21 @@ jobs:
build:
# Use whatever normal runner label your Gitea instance provides.
# Common examples are: ubuntu-latest, linux, docker, or native.
runs-on: ubuntu-latest
runs-on: rhel10
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Release
run: cat /etc/*release
- name: Search for podman
run: dnf search podman
- name: Look for podman
run: dnf info podman
- name: Download build image
run: |
curl -L \