Skip to content

Commit b913e61

Browse files
committed
chore: update build to ubuntu 20.04
1 parent f694570 commit b913e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-llvm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write # for creating releases
2121
container:
2222
# Intentionally old ubuntu version with old glibc.
23-
image: ubuntu:18.04
23+
image: ubuntu:20.04
2424
steps:
2525
- name: checkout
2626
uses: actions/checkout@v3

0 commit comments

Comments
 (0)