更新 .gitea/workflows/build.yml
Some checks failed
Build every docs on push / Explore-Gitea-Actions-docker (push) Failing after 48s

change runner to X86 arch
This commit is contained in:
chengsiyuan 2023-08-07 10:40:09 +08:00
parent a606e6ff96
commit aae42bbdd2

View File

@ -4,7 +4,7 @@ on:
- push
jobs:
Explore-Gitea-Actions-docker:
runs-on: [AcoSail-ARM64]
runs-on: [AcoSail2_X86]
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"