Skip to content

Commit

Permalink
Update: 以下のメッセージが出力されるため、明示的にバージョンを指定
Browse files Browse the repository at this point in the history
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see actions/runner-images#10636
deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see actions/runner-images#10636
  • Loading branch information
CircleTenThanks committed Jan 12, 2025
1 parent 1159fbc commit 6e37d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 6e37d50

Please sign in to comment.