We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9169878 commit 9c4b6c3Copy full SHA for 9c4b6c3
.github/workflows/build.yml
@@ -14,7 +14,7 @@ on:
14
15
jobs:
16
test:
17
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
18
steps:
19
- name: Dump GitHub context
20
env:
@@ -165,7 +165,7 @@ jobs:
165
166
167
build-arm:
168
169
needs: test
170
strategy:
171
fail-fast: false
@@ -368,7 +368,7 @@ jobs:
368
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
369
370
build-riscv:
371
372
373
374
0 commit comments