Skip to content

Commit 6dc1650

Browse files
authored
ci: use ubuntu-24.04 (#1384)
1 parent fa8145b commit 6dc1650

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-pr.yml

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

1717
jobs:
1818
build:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Build Setup

.github/workflows/deploy.yml

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

2222
jobs:
2323
deploy:
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-24.04
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Build Setup

.github/workflows/generate-site-preview.yml

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

2222
jobs:
2323
site_preview:
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-24.04
2525
steps:
2626
- uses: bonitasoft/actions/packages/surge-preview-tools@v3
2727
id: surge-preview-tools

.github/workflows/pr-metadata-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
pr-title:
99
if: contains(fromJSON('["opened", "edited", "reopened"]'), github.event.action)
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
permissions:
1212
pull-requests: write # post comments when the PR title doesn't match the "Conventional Commits" rules
1313
steps:
@@ -16,7 +16,7 @@ jobs:
1616

1717
add-labels:
1818
if: contains(fromJSON('["opened", "synchronize", "reopened"]'), github.event.action)
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
permissions:
2121
contents: read
2222
pull-requests: write

0 commit comments

Comments
 (0)