Skip to content

Commit 66f4fc1

Browse files
committed
Update Ubuntu in actions
1 parent def2cba commit 66f4fc1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ jobs:
77
contents: read
88
id-token: write
99
pages: write
10-
# To do: replace w/ `ubuntu-latest` when upstream is solved:
11-
# <https://github.com/puppeteer/puppeteer/issues/12818>.
12-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-latest
1311
steps:
1412
- uses: actions/checkout@v4
1513
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)