Skip to content

Commit ab03cbe

Browse files
ci: use ubuntu-24.04
1 parent 0dfc8a6 commit ab03cbe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/reusable_release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323

2424
jobs:
2525
build:
26-
runs-on: 'ubuntu-22.04'
26+
runs-on: 'ubuntu-24.04'
2727
timeout-minutes: 30
2828
steps:
2929
- uses: actions/checkout@v3

.github/workflows/reusable_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
setup:
1111
strategy:
1212
matrix:
13-
os: ['ubuntu-22.04', 'macos-15']
13+
os: ['ubuntu24.04', 'macos-15']
1414
runs-on: ${{ matrix.os }}
1515
timeout-minutes: 30
1616
steps:

.github/workflows/reusable_verify-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
working-directory: ./plugin
3131

3232
verify-android:
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434
timeout-minutes: 30
3535
steps:
3636
- uses: actions/checkout@v3
@@ -51,7 +51,7 @@ jobs:
5151
working-directory: ./plugin
5252

5353
verify-web:
54-
runs-on: ubuntu-22.04
54+
runs-on: ubuntu-24.04
5555
timeout-minutes: 30
5656
steps:
5757
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)