Skip to content

Commit c1a4fbc

Browse files
authored
Build on ubuntu-22.04 so we use older glibc (#52)
1 parent 3e7e40e commit c1a4fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
if-no-files-found: warn
213213
build_julia_assert_linux:
214214
if: inputs.target == 'x86_64-linux-gnu-cxx11'
215-
runs-on: ubuntu-latest
215+
runs-on: ubuntu-22.04
216216
needs: build_llvm_assert
217217
timeout-minutes: 60
218218
env:

0 commit comments

Comments
 (0)