◐ Shell
clean mode source ↗

tools: revert tools GHA workflow to ubuntu-latest · nodejs/node@31e7936

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: