Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# actions/checkout
contents: read

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
shell: bash
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: "Deploy to GitHub Pages"
id: deployment
Expand All @@ -136,7 +136,7 @@ jobs:
# actions/checkout
contents: read

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
shell: bash
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:

permissions: {} # download-artifact doesn't need a permission.

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Settings > Actions > General > Workflow permissions > Allow GitHub Actions to create and approve pull requests
pull-requests: write

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:

- name: "Checkout ${{ github.ref }} branch in ${{ github.repository }} repository."
Expand Down
Loading