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.
1 parent f694570 commit b913e61Copy full SHA for b913e61
.github/workflows/build-llvm.yaml
@@ -20,7 +20,7 @@ jobs:
20
contents: write # for creating releases
21
container:
22
# Intentionally old ubuntu version with old glibc.
23
- image: ubuntu:18.04
+ image: ubuntu:20.04
24
steps:
25
- name: checkout
26
uses: actions/checkout@v3
0 commit comments