Skip to content

Commit 6e96523

Browse files
authored
Update pages.yml
1 parent 305162d commit 6e96523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
# Build job
3030
build:
31-
runs-on: ubuntu-latest
31+
runs-on: uubuntu-22.04
3232
steps:
3333
- name: Checkout
3434
uses: actions/checkout@v3
@@ -55,7 +55,7 @@ jobs:
5555
environment:
5656
name: github-pages
5757
url: ${{ steps.deployment.outputs.page_url }}
58-
runs-on: ubuntu-latest
58+
runs-on: ubuntu-22.04
5959
needs: build
6060
steps:
6161
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)