Skip to content

Commit 31e7936

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 <[email protected]> Reviewed-By: René <[email protected]>
1 parent 57dc092 commit 31e7936

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tools.yml

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

0 commit comments

Comments
 (0)