8000 use RISC-V builders · mmoll/python@679aaef · GitHub
[go: up one dir, main page]

Skip to content

Commit 679aaef

Browse files
committed
use RISC-V builders
1 parent c2e4187 commit 679aaef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
pull_request:
55
push:
66
workflow_dispatch:
7-
schedule:
8-
- cron: 0 0 * * 0
97

108
defaults:
119
run:
@@ -19,7 +17,7 @@ jobs:
1917

2018
generate-jobs:
2119
name: Generate Jobs
22-
runs-on: ubuntu-latest
20+
runs-on: riscv-builders
2321
outputs:
2422
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2523
steps:
@@ -33,7 +31,7 @@ jobs:
3331
# https://github.com/docker-library/python/pull/706 (ensure we don't have any unexpected ".a" leftovers in "/usr/local")
3432
strategy="$(jq <<<"$strategy" -c '
3533
.matrix.include |= map(
36-
if .os == "ubuntu-latest" then
34+
if .os == "riscv-builders" then
3735
.runs.test += "\n" + (
3836
.meta.entries
3937
| map(

0 commit comments

Comments
 (0)
0