Skip to content

Commit e5c0a04

Browse files
authored
Update .ci.yml Action runner to ubuntu-24.04
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see actions/runner-images#10636
1 parent 99ae34f commit e5c0a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
env:
1313
SIMPLYBOOK_CREDENTIALS: '{"login": "login"}'
1414
STORYBLOK_WEBHOOK_SECRET: ${{ secrets.STORYBLOK_WEBHOOK_SECRET }}

0 commit comments

Comments
 (0)