Add a missing runs-on field (#5562)
This commit is contained in:
parent
26698bf2c4
commit
975d9578d8
|
|
@ -16,6 +16,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test ${{ matrix.rust }} on ${{ matrix.os }}${{ matrix.features }}
|
name: Test ${{ matrix.rust }} on ${{ matrix.os }}${{ matrix.features }}
|
||||||
|
# We're just doing this job for the name, the platform doesn't matter.
|
||||||
|
# So we use the platform with the most concurrent instances.
|
||||||
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# TODO: Windows was removed for now, see https://github.com/ZcashFoundation/zebra/issues/3801
|
# TODO: Windows was removed for now, see https://github.com/ZcashFoundation/zebra/issues/3801
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue