Skip to content

Commit

Permalink
[CI] Uplift Ubuntu version for GH pages workflow.
Browse files Browse the repository at this point in the history
This should fix the installation of GitHub Actions dependencies broken by recent updates.
See #12498 (comment) for more details.
  • Loading branch information
bader authored Jan 29, 2024
1 parent f4b4a84 commit 654ec41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
if: github.repository == 'intel/llvm'
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 654ec41

Please sign in to comment.