Skip to content

Commit 009a3fe

Browse files
committed
Bump ubuntu version in workflows
1 parent a1cb4a3 commit 009a3fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
deploy:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v2
1111

@@ -34,4 +34,4 @@ jobs:
3434
uses: peaceiris/actions-gh-pages@v3
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
publish_dir: ./playground/dist
37+
publish_dir: ./playground/dist

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
name: Build, lint, and test on Node ${{ matrix.node }}
66

7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88
strategy:
99
matrix:
1010
node: ['18.x']

.github/workflows/size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Size
22
on: [pull_request]
33
jobs:
44
size:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
env:
77
CI_JOB_NUMBER: 1
88
steps:
@@ -22,4 +22,4 @@ jobs:
2222
- uses: preactjs/compressed-size-action@v2
2323
with:
2424
repo-token: '${{ secrets.GITHUB_TOKEN }}'
25-
pattern: "**/dist/**/*.?(m)js"
25+
pattern: '**/dist/**/*.?(m)js'

0 commit comments

Comments
 (0)