Skip to content

Commit 9e34da4

Browse files
committed
Use newer Ubuntu for CI.
Maybe it's update server will be more reliable.
1 parent d0a25ca commit 9e34da4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

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

1111
jobs:
1212
test:
13-
runs-on: ubuntu-16.04
13+
runs-on: ubuntu-18.04
1414
steps:
1515
- name: Dump GitHub context
1616
env:
@@ -116,7 +116,7 @@ jobs:
116116
path: mpy-cross/mpy-cross
117117

118118
build-arm:
119-
runs-on: ubuntu-16.04
119+
runs-on: ubuntu-18.04
120120
needs: test
121121
strategy:
122122
fail-fast: false
@@ -281,7 +281,7 @@ jobs:
281281
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
282282

283283
build-riscv:
284-
runs-on: ubuntu-16.04
284+
runs-on: ubuntu-18.04
285285
needs: test
286286
strategy:
287287
fail-fast: false

0 commit comments

Comments
 (0)