Skip to content

Commit afc7a0e

Browse files
authored
Merge branch 'main' into jsjoeio/nfpm-fix
2 parents 6702b2d + 87f606d commit afc7a0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ jobs:
119119
# but this means we don't need to maintain a self-hosted runner!
120120

121121
# NOTE@jsjoeio:
122-
# We used to use 16.04 until GitHub deprecated it on September 20, 2021
123-
# See here: https://github.com/actions/virtual-environments/pull/3862/files
122+
# We used to use 18.04 until GitHub browned it out on December 15, 2022
123+
# See here: https://github.com/actions/runner-images/issues/6002
124124
package-linux-cross:
125125
name: Linux cross-compile builds
126-
runs-on: ubuntu-18.04
126+
runs-on: ubuntu-20.04
127127
timeout-minutes: 15
128128
needs: npm-version
129129
strategy:

0 commit comments

Comments
 (0)