Skip to content

Commit c5fa481

Browse files
committed
chore(workflows/tests): fix wrong ubuntu version
forgot to change it when cherry-picking from old/9.x in afa9976
1 parent afa9976 commit c5fa481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
# this is a hack as there is currently no (public) way to access "runs-on" with version
21-
distro: [ubuntu-22.04]
21+
distro: [ubuntu-24.04]
2222
node-version: [16.x, 18.x, 20.x, 22.x]
2323
steps:
2424
# 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)

0 commit comments

Comments
 (0)