From 87f606db2a26b6c0621693edec10ef46a268cbc9 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 16 Dec 2022 08:54:23 -0700 Subject: [PATCH] chore(ci): update linux cross-compile runner 20.04 (#5896) --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f3725dad5..ac99c6de5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -119,11 +119,11 @@ jobs: # 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 + # We used to use 18.04 until GitHub browned it out on December 15, 2022 + # See here: https://github.com/actions/runner-images/issues/6002 package-linux-cross: name: Linux cross-compile builds - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 timeout-minutes: 15 needs: npm-version strategy: