mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-20 12:29:03 +00:00
build/linux: switch to ubuntu-20.04 for arm builds since ubuntu-18.04 is deprecated for GH actions runner
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -275,7 +275,7 @@ jobs:
|
|||||||
# in that process to avoid doing lots of duplicate work and to avoid
|
# in that process to avoid doing lots of duplicate work and to avoid
|
||||||
# complications around precompiled libraries such as compiler-rt shipped as
|
# complications around precompiled libraries such as compiler-rt shipped as
|
||||||
# part of the release tarball.
|
# part of the release tarball.
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
needs: build-linux
|
needs: build-linux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -391,7 +391,7 @@ jobs:
|
|||||||
# in that process to avoid doing lots of duplicate work and to avoid
|
# in that process to avoid doing lots of duplicate work and to avoid
|
||||||
# complications around precompiled libraries such as compiler-rt shipped as
|
# complications around precompiled libraries such as compiler-rt shipped as
|
||||||
# part of the release tarball.
|
# part of the release tarball.
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
needs: build-linux
|
needs: build-linux
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user