We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ec06cf + cc237bc commit fb997d8Copy full SHA for fb997d8
.github/workflows/build.yml
@@ -68,10 +68,12 @@ jobs:
68
path: packages/google-closure-compiler-java/compiler.jar
69
70
# Build the native image on Linux
71
+ # The runner image determines GLIBC compatibility and should not be changed without
72
+ # understanding the impact. See https://github.com/google/closure-compiler-npm/issues/280
73
build-linux:
74
name: Build Linux Native Image
75
needs: build-compiler
- runs-on: ubuntu-latest
76
+ runs-on: ubuntu-20.04
77
env:
78
NODE_VERSION: '14.x'
79
FORCE_COLOR: '1'
0 commit comments