Skip to content

Commit 654ec41

Browse files
authored
[CI] Uplift Ubuntu version for GH pages workflow.
This should fix the installation of GitHub Actions dependencies broken by recent updates. See #12498 (comment) for more details.
1 parent f4b4a84 commit 654ec41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh_pages.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-20.04
16+
runs-on: ubuntu-latest
1717
if: github.repository == 'intel/llvm'
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)