Skip to content

Commit

Permalink
Unblock doc CI (#697)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lianhao authored Jan 14, 2025
1 parent ddf0500 commit be4e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-online-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:

- name: Checkout
Expand Down

0 comments on commit be4e21a

Please sign in to comment.