From c5fa4819a16fd5b097c5dff0898160dd88924f9b Mon Sep 17 00:00:00 2001 From: hasezoey Date: Fri, 1 Nov 2024 17:45:06 +0100 Subject: [PATCH] chore(workflows/tests): fix wrong ubuntu version forgot to change it when cherry-picking from old/9.x in afa9976acb92c6b097d1757980f55557f8e409ad --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2da9cb62..a7d6da5e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: # this is a hack as there is currently no (public) way to access "runs-on" with version - distro: [ubuntu-22.04] + distro: [ubuntu-24.04] node-version: [16.x, 18.x, 20.x, 22.x] steps: # Install libssl1.1 for libcrypto.so.1.1, which is required for binaries before 22.04 is available (4.0, 4.2, 4.4, 5.0)