We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d0d28 commit 76f4054Copy full SHA for 76f4054
.github/workflows/ci.yaml
@@ -244,10 +244,14 @@ jobs:
244
# so we just build with "native"/x86_64 node, then download arm64/armv7l node
245
# and then put it in our release. We can't smoke test the cross build this way,
246
# but this means we don't need to maintain a self-hosted runner!
247
+
248
+ # NOTE@jsjoeio:
249
+ # We used to use 16.04 until GitHub deprecated it on September 20, 2021
250
+ # See here: https://github.com/actions/virtual-environments/pull/3862/files
251
package-linux-cross:
252
name: Linux cross-compile builds
253
needs: build
- runs-on: ubuntu-16.04
254
+ runs-on: ubuntu-18.04
255
timeout-minutes: 15
256
strategy:
257
matrix:
0 commit comments