Skip to content

Commit 5f9bb8e

Browse files
richardlauaduh95
authored andcommitted
tools: revert tools GHA workflow to ubuntu-latest
The update script for undici requires Docker, which is not available on `ubuntu-slim`. PR-URL: #62024 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
1 parent db72272 commit 5f9bb8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/tools.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ permissions:
5151
jobs:
5252
tools-deps-update:
5353
if: github.repository == 'nodejs/node' || github.event_name == 'workflow_dispatch'
54-
runs-on: ubuntu-slim
54+
# cannot use ubuntu-slim here because some update scripts require Docker
55+
runs-on: ubuntu-latest
5556
strategy:
5657
fail-fast: false # Prevent other jobs from aborting if one fails
5758
matrix:

0 commit comments

Comments
 (0)