Skip to content

Commit

Permalink
Use ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Jan 17, 2025
1 parent fa8145b commit ecfe53c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Build Setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Build Setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-site-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
site_preview:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: bonitasoft/actions/packages/surge-preview-tools@v3
id: surge-preview-tools
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-metadata-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
pr-title:
if: contains(fromJSON('["opened", "edited", "reopened"]'), github.event.action)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
pull-requests: write # post comments when the PR title doesn't match the "Conventional Commits" rules
steps:
Expand All @@ -16,7 +16,7 @@ jobs:

add-labels:
if: contains(fromJSON('["opened", "synchronize", "reopened"]'), github.event.action)
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
pull-requests: write
Expand Down

0 comments on commit ecfe53c

Please # to comment.