Skip to content

Commit 42a5da7

Browse files
committed
update CI workflow to use self-hosted Ubuntu 22.04 for documentation build
1 parent 2ed1579 commit 42a5da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313

1414
build_docs:
15-
runs-on: ubuntu-22.04
15+
runs-on: self-ubuntu-22.04
1616
name: Build, Install, Package documentation
1717
if: "!contains(github.event.head_commit.message, 'docs skip')"
1818
steps:

0 commit comments

Comments
 (0)