Skip to content

Commit 8a48913

Browse files
authored
tools: revert OpenSSL update workflow to ubuntu-latest
Workflow requires Docker, which is not available in `ubuntu-slim`. Signed-off-by: Richard Lau <richard.lau@ibm.com> PR-URL: #62627 Refs: #62625 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 32cf56a commit 8a48913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-openssl.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ permissions:
1212
jobs:
1313
openssl-update:
1414
if: github.repository == 'nodejs/node'
15-
runs-on: ubuntu-slim
15+
# Cannot use ubuntu-slim here because the update script requires Docker
16+
runs-on: ubuntu-latest
1617
steps:
1718
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1819
with:

0 commit comments

Comments
 (0)