Skip to content

Commit b90e364

Browse files
committed
Update dependency ubuntu to v24
1 parent 352d311 commit b90e364

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Set Node.js 20.x
@@ -27,7 +27,7 @@ jobs:
2727
npm run package
2828
2929
release:
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-24.04
3131
name: "Build and release action"
3232
needs: [build]
3333
steps:

0 commit comments

Comments
 (0)