mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +00:00
[CI] Use single runs-on
This commit is contained in:
parent
cb70d599bf
commit
1ce2eea9d8
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ name: Builds static Parsee for a release.
|
|||
on: [release, workflow_dispatch]
|
||||
jobs:
|
||||
compile:
|
||||
runs-on: [amd64-debian,arm64-debian,debian]
|
||||
runs-on: debian
|
||||
container:
|
||||
image: debian:12
|
||||
steps:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ name: Checks Parsee's correctness on GCC+Debian
|
|||
on: [push]
|
||||
jobs:
|
||||
compile:
|
||||
runs-on: [amd64-debian,arm64-debian,debian]
|
||||
runs-on: debian
|
||||
container:
|
||||
image: debian:12
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue