Skip to content

Commit 77d2d67

Browse files
committed
👷 ci(workflow): update build environment for documentation
- change build docs job to run on ubuntu-latest instead of windows-latest
1 parent d7dec26 commit 77d2d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ jobs:
360360
# Build Docs
361361
BuildDocs:
362362
name: "Build Documentation output"
363-
runs-on: windows-latest
363+
runs-on: ubuntu-latest
364364
if: ${{ success() }}
365365
needs: [Setup]
366366
env:

0 commit comments

Comments
 (0)