Skip to content

Commit b210abc

Browse files
committed
Update dependency ubuntu to v24
1 parent 2c1b2e3 commit b210abc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set Node.js 16.x
@@ -24,7 +24,7 @@ jobs:
2424
npm run package
2525
2626
test:
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Set Node.js 16.x
@@ -44,7 +44,7 @@ jobs:
4444
exclusive: false
4545

4646
release:
47-
runs-on: ubuntu-22.04
47+
runs-on: ubuntu-24.04
4848
name: "Build and release action"
4949
needs: [build, test]
5050
steps:

.github/workflows/release.yml

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

77
jobs:
88
build:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set Node.js 16.x
@@ -24,7 +24,7 @@ jobs:
2424
npm run package
2525
2626
release:
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-24.04
2828
name: "Build and release action"
2929
needs: [build]
3030
steps:

0 commit comments

Comments
 (0)