From 76f405424225a3d8be0a5480f1883b02d622c5ec Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 21 Sep 2021 11:20:03 -0700 Subject: [PATCH] fix(ci): upgrade runner to ubuntu-18.04 --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b5e06bc01..bf02bc67e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -244,10 +244,14 @@ jobs: # so we just build with "native"/x86_64 node, then download arm64/armv7l node # and then put it in our release. We can't smoke test the cross build this way, # but this means we don't need to maintain a self-hosted runner! + + # NOTE@jsjoeio: + # We used to use 16.04 until GitHub deprecated it on September 20, 2021 + # See here: https://github.com/actions/virtual-environments/pull/3862/files package-linux-cross: name: Linux cross-compile builds needs: build - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 timeout-minutes: 15 strategy: matrix: