Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 774d0be

Browse filesBrowse 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 6ac4304 commit 774d0be
Copy full SHA for 774d0be

1 file changed

+2-1Lines changed: 2 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/tools.yml‎

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.