Skip to content

Commit 76f4054

Browse files
committed
fix(ci): upgrade runner to ubuntu-18.04
1 parent 92d0d28 commit 76f4054

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,14 @@ jobs:
244244
# so we just build with "native"/x86_64 node, then download arm64/armv7l node
245245
# and then put it in our release. We can't smoke test the cross build this way,
246246
# 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
247251
package-linux-cross:
248252
name: Linux cross-compile builds
249253
needs: build
250-
runs-on: ubuntu-16.04
254+
runs-on: ubuntu-18.04
251255
timeout-minutes: 15
252256
strategy:
253257
matrix:

0 commit comments

Comments
 (0)