From 4e1c6c992c907de50f6d75abd4241d76e51d8de9 Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Tue, 6 Jun 2023 15:22:54 -0400 Subject: [PATCH] see if cross-compile works --- .forgejo/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 74be3c4..1c31029 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing on: [push] jobs: Explore-CI: - runs-on: docker + runs-on: amd64 steps: - name: Grab misc. dependencies run: |