Skip to content

Commit 0081965

Browse files
authored
chore: run on ununtu
1 parent 23dc800 commit 0081965

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build_blazor:
8-
runs-on: kendo
8+
runs-on: ununtu-22.04
99

1010
permissions:
1111
id-token: write # Required by Akeyless
@@ -18,7 +18,7 @@ jobs:
1818
credentials:
1919
username: ${{ github.actor }}
2020
password: ${{ github.token }}
21-
options: --user 1000 --shm-size="8g"
21+
options: --user 1001 --shm-size="8g"
2222

2323
env:
2424
DOTNET_CLI_TELEMETRY_OPTOUT: true
@@ -188,4 +188,4 @@ jobs:
188188

189189
- name: Build Content
190190
run: npm run prod-build --docsPath=../blazor-docs --docfxFilesPath=../metadata
191-
working-directory: docs-builder
191+
working-directory: docs-builder

0 commit comments

Comments
 (0)