Update .gitea/workflows/build.yml
Some checks failed
Build and Deploy / build (push) Failing after 1m56s

This commit is contained in:
Sebastiaan de Schaetzen 2025-04-23 09:26:52 +02:00
parent 0876771b66
commit 839f78100f

View File

@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: archlinux
runs-on: ubuntu-amd64
steps:
- name: Checkout code
uses: actions/checkout@v2