Skip to content

Commit

Permalink
Merge branch 'main' into jsjoeio/nfpm-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjoeio authored Dec 16, 2022
2 parents 6702b2d + 87f606d commit afc7a0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit afc7a0e

Please sign in to comment.