Skip to content

Commit 8f3af6d

Browse files
authored
fix ci due to gha issue (#278)
1 parent ebfcb6f commit 8f3af6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/web-workflow.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ on:
2323
workflow_dispatch:
2424
jobs:
2525
build:
26-
runs-on: ubuntu-latest
26+
# Pinning to 22.04 due to:
27+
# https://github.com/puppeteer/puppeteer/issues/12818#issuecomment-2593659514
28+
runs-on: ubuntu-22.04
2729
env:
2830
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2931
DOTNET_NOLOGO: 1

0 commit comments

Comments
 (0)