Update workflow.
Some checks failed
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Failing after 8s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Failing after 10s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Failing after 24s
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Failing after 28s
Some checks failed
Compile Cytoplasm / Compile Cytoplasm (x86_64, alpine-v3.19) (push) Failing after 8s
Compile Cytoplasm / Compile Cytoplasm (x86, alpine-v3.19) (push) Failing after 10s
Compile Cytoplasm / Compile Cytoplasm (x86, debian-v12.4) (push) Failing after 24s
Compile Cytoplasm / Compile Cytoplasm (x86_64, debian-v12.4) (push) Failing after 28s
This commit is contained in:
parent
9583e48aa0
commit
7830b91603
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
# do a go build, ./act_runner register, then ./act_runner daemon.
|
||||
#
|
||||
## For Linux distros, set the tags: linux, <distro>-<version>, <arch>
|
||||
os: [alpine-v3.19, debian-v12.4]
|
||||
os: [debian-v12.4, alpine-v3.19]
|
||||
arch: [x86, x86_64]
|
||||
runs-on: ["${{ matrix.os }}", "${{ matrix.arch }}"]
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue