Skip to content

Commit c73be7f

Browse files
committed
tools: revert tools GHA workflow to ubuntu-latest
The update script for undici requires Docker, which is not available on `ubuntu-slim`.
1 parent 7cf2dad commit c73be7f

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)