Skip to content

Commit 5c1ddc6

Browse files
committed
chore: CICD version
1 parent 822d7e4 commit 5c1ddc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
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: ubuntu-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)