diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 578aae6..36b452c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: # actions/checkout contents: read - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 defaults: run: shell: bash @@ -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 @@ -136,7 +136,7 @@ jobs: # actions/checkout contents: read - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 defaults: run: shell: bash @@ -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 diff --git a/.github/workflows/jobs.yml b/.github/workflows/jobs.yml index ed24e30..631a1a2 100644 --- a/.github/workflows/jobs.yml +++ b/.github/workflows/jobs.yml @@ -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."