Skip to content

Commit f3aa2ad

Browse files
committed
chore: run integration tests under Ubuntu 22.04 in order to have Glibc >= 2.32.0
The error was: /home/runner/.local/share/mise/installs/hurl/6.1.1/hurl-6.1.1-x86_64-unknown-linux-gnu/bin/hurl: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/runner/.local/share/mise/installs/hurl/6.1.1/hurl-6.1.1-x86_64-unknown-linux-gnu/bin/hurl) Correction for 1db016b commit.
1 parent 283c080 commit f3aa2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run-integration-tests:
2121
name: Integration Tests
2222
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-22.04
2424
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
2525
strategy:
2626
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures

0 commit comments

Comments
 (0)