Skip to content

Commit 87f606d

Browse files
authored
chore(ci): update linux cross-compile runner 20.04 (#5896)
1 parent 06483bc commit 87f606d

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)