更新 .gitea/workflows/build.yml
Some checks failed
Build every docs on push / Explore-Gitea-Actions-docker (push) Failing after 48s
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:
parent
a606e6ff96
commit
aae42bbdd2
|
@ -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!"
|
||||
|
|
Loading…
Reference in New Issue
Block a user