Archived
1
0

Merge branch 'main' into jsjoeio/nfpm-fix

This commit is contained in:
Joe Previte 2022-12-16 08:55:24 -07:00 committed by GitHub
commit afc7a0ea98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,11 +119,11 @@ jobs:
# but this means we don't need to maintain a self-hosted runner! # but this means we don't need to maintain a self-hosted runner!
# NOTE@jsjoeio: # NOTE@jsjoeio:
# We used to use 16.04 until GitHub deprecated it on September 20, 2021 # We used to use 18.04 until GitHub browned it out on December 15, 2022
# See here: https://github.com/actions/virtual-environments/pull/3862/files # See here: https://github.com/actions/runner-images/issues/6002
package-linux-cross: package-linux-cross:
name: Linux cross-compile builds name: Linux cross-compile builds
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
timeout-minutes: 15 timeout-minutes: 15
needs: npm-version needs: npm-version
strategy: strategy: