Skip to content

Commit 73f038e

Browse files
committed
ci: update ubuntu in ci
1 parent 2780e5c commit 73f038e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pr-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
- beta
88
jobs:
99
tests:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
1313
- run: npm run test
1414
check-endpoints:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
# Currently, the check-endpoints script fails on the master branch.
1717
# So we need to continue on error.
1818
continue-on-error: true
@@ -22,12 +22,12 @@ jobs:
2222
submodules: recursive
2323
- run: npm run check-endpoints
2424
lint:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-24.04
2626
steps:
2727
- uses: yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
2828
- run: npm run lint
2929
build:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-24.04
3131
steps:
3232
- uses: yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
3333
- run: npm run build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
if: github.actor != 'yandex-cloud-bot'
1111
name: Release
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
steps:
1414
- uses: yandex-cloud/nodejs-sdk/.github/actions/checkout-and-install-node@d6b5322d8dbc130126ec1fa00bc0f2d6cc2f53db
1515
with:

0 commit comments

Comments
 (0)