Skip to content

Commit 590b077

Browse files
authored
tools: revert timezone update GHA workflow to ubuntu-latest
The timezone update script requires `icupkg` which doesn't appear to be available on `ubuntu-slim`.
1 parent 50fe010 commit 590b077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/timezone-update.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
pull-requests: write # to create a PR (gr2m/create-or-update-pull-request-action)
1717

1818
if: github.repository == 'nodejs/node'
19-
runs-on: ubuntu-slim
19+
# cannot use ubuntu-slim here because it does not have icupkg
20+
runs-on: ubuntu
2021

2122
steps:
2223
- name: Checkout nodejs/node

0 commit comments

Comments
 (0)