Skip to content

Commit 9c4b6c3

Browse files
committed
see what happens if workflows move to ubuntu 20.04
1 parent 9169878 commit 9c4b6c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
test:
17-
runs-on: ubuntu-18.04
17+
runs-on: ubuntu-20.04
1818
steps:
1919
- name: Dump GitHub context
2020
env:
@@ -165,7 +165,7 @@ jobs:
165165

166166

167167
build-arm:
168-
runs-on: ubuntu-18.04
168+
runs-on: ubuntu-20.04
169169
needs: test
170170
strategy:
171171
fail-fast: false
@@ -368,7 +368,7 @@ jobs:
368368
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
369369

370370
build-riscv:
371-
runs-on: ubuntu-18.04
371+
runs-on: ubuntu-20.04
372372
needs: test
373373
strategy:
374374
fail-fast: false

0 commit comments

Comments
 (0)