1 parent d0a25ca commit 9e34da4Copy full SHA for 9e34da4
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
11
jobs:
12
test:
13
- runs-on: ubuntu-16.04
+ runs-on: ubuntu-18.04
14
steps:
15
- name: Dump GitHub context
16
env:
@@ -116,7 +116,7 @@ jobs:
116
path: mpy-cross/mpy-cross
117
118
build-arm:
119
120
needs: test
121
strategy:
122
fail-fast: false
@@ -281,7 +281,7 @@ jobs:
281
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
282
283
build-riscv:
284
285
286
287
0 commit comments