Skip to content

Commit 789f2f5

Browse files
committed
Fix GH pages ubuntu runner
1 parent 9cd18b0 commit 789f2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_gh_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
build_assets:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
permissions:
1717
contents: write
1818
steps:
@@ -42,7 +42,7 @@ jobs:
4242
path: ./site/build
4343

4444
deploy_github_pages:
45-
runs-on: ubuntu-20.04
45+
runs-on: ubuntu-22.04
4646
needs: build_assets
4747
permissions:
4848
pages: write

0 commit comments

Comments
 (0)