Merge branch 'main' into jsjoeio/nfpm-fix
This commit is contained in:
commit
afc7a0ea98
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -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:
|
||||||
|
Reference in New Issue
Block a user