Skip to content

Commit 9bee962

Browse files
committed
[ci] Avoid api limits due to 24.04
1 parent 4f9fa3e commit 9bee962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
3030
# Build job
3131
build:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4
@@ -58,7 +58,7 @@ jobs:
5858
environment:
5959
name: github-pages
6060
url: ${{ steps.deployment.outputs.page_url }}
61-
runs-on: ubuntu-latest
61+
runs-on: ubuntu-22.04
6262
needs: build
6363
steps:
6464
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)