Skip to content

Commit

Permalink
chore(workflows/tests): fix wrong ubuntu version
Browse files Browse the repository at this point in the history
forgot to change it when cherry-picking from old/9.x in afa9976
  • Loading branch information
hasezoey committed Nov 1, 2024
1 parent afa9976 commit c5fa481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c5fa481

Please sign in to comment.