Skip to content

Commit be4e21a

Browse files
authored
Unblock doc CI (#697)
Pin to run on ubuntu 22.04 since docc CI doesn't support python 3.12 in ubuntu 24.04. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
1 parent ddf0500 commit be4e21a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-online-doc-build.yml

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

1414
jobs:
1515
build:
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717
steps:
1818

1919
- name: Checkout

0 commit comments

Comments
 (0)