Skip to content

Commit 560a119

Browse files
committed
fix runner
1 parent b857ef0 commit 560a119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint
22
on: push
33
jobs:
44
eslint:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-24.04
66
steps:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-node@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '*'
66
jobs:
77
release:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)