Skip to content

Commit 6fcc835

Browse files
committed
Update dependency ubuntu to v24
1 parent f9c0e0d commit 6fcc835

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

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

55
jobs:
66
build:
7-
runs-on: ubuntu-22.04
7+
runs-on: ubuntu-24.04
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Set Node.js 20.x
@@ -29,7 +29,7 @@ jobs:
2929
npm run package
3030
3131
test:
32-
runs-on: ubuntu-22.04
32+
runs-on: ubuntu-24.04
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Set Node.js 20.x

.github/workflows/check_release_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
check_labels:
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: smartlyio/check-versioning-action@v5
1818
with:

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
secrets: inherit
1212

1313
release:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
name: "Build and release action"
1616
needs: [build]
1717
steps:

.github/workflows/release.generated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
secrets: inherit
1212

1313
release:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
name: "Build and release action"
1616
needs: [build]
1717
steps:

0 commit comments

Comments
 (0)