Skip to content

Commit 35f3f30

Browse files
Merge pull request #762 from kuzzleio/7-dev
chore(workflow): update ubuntu runner
2 parents 470ab38 + f52e71c commit 35f3f30

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pull_request.workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55
jobs:
66
lint:
77
name: Lint
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
strategy:
1010
matrix:
1111
node-version: ["18", "20"]
@@ -21,7 +21,7 @@ jobs:
2121
2222
unit-tests:
2323
name: Unit Tests
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-24.04
2525
needs: [lint]
2626
strategy:
2727
matrix:
@@ -36,7 +36,7 @@ jobs:
3636

3737
functional-tests:
3838
name: Functional Tests
39-
runs-on: ubuntu-20.04
39+
runs-on: ubuntu-24.04
4040
needs: [unit-tests]
4141
strategy:
4242
matrix:
@@ -54,7 +54,7 @@ jobs:
5454
documentation-snippet-tests:
5555
name: Documentation Snippet Tests
5656
needs: [unit-tests]
57-
runs-on: ubuntu-20.04
57+
runs-on: ubuntu-24.04
5858
steps:
5959
- uses: actions/checkout@v4
6060
- uses: actions/setup-node@v4

.github/workflows/push_branches.workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
release:
1111
name: Release process
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-24.04
1313
permissions:
1414
contents: write
1515
issues: write
@@ -40,7 +40,7 @@ jobs:
4040
documentation_deploy:
4141
needs: [release]
4242
name: Documentation - Deploy
43-
runs-on: ubuntu-20.04
43+
runs-on: ubuntu-24.04
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v3

0 commit comments

Comments
 (0)