Skip to content

Commit

Permalink
Update .ci.yml Action runner to ubuntu-24.04
Browse files Browse the repository at this point in the history
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see actions/runner-images#10636
  • Loading branch information
kyleecodes authored Jan 14, 2025
1 parent 99ae34f commit e5c0a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
SIMPLYBOOK_CREDENTIALS: '{"login": "login"}'
STORYBLOK_WEBHOOK_SECRET: ${{ secrets.STORYBLOK_WEBHOOK_SECRET }}
Expand Down

0 comments on commit e5c0a04

Please sign in to comment.