We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6702b2d + 87f606d commit afc7a0eCopy full SHA for afc7a0e
.github/workflows/release.yaml
@@ -119,11 +119,11 @@ jobs:
119
# but this means we don't need to maintain a self-hosted runner!
120
121
# 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
+ # 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
124
package-linux-cross:
125
name: Linux cross-compile builds
126
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
127
timeout-minutes: 15
128
needs: npm-version
129
strategy:
0 commit comments