Skip to content

Commit

Permalink
[CI] Uplift Ubuntu version for GH pages workflow. (intel#12522)
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
intel#12498 (comment) for
more details.
  • Loading branch information
bader committed Jan 29, 2024
1 parent 7e62dd3 commit 9a7e091
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 9a7e091

Please sign in to comment.