Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
# don't cancel running jobs even if one fails
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-message-check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pr-title:
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 Down
2 changes: 1 addition & 1 deletion .github/workflows/release-create-R-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./R/bpmnLayoutGeneratoR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-create-gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
create_release:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: write # create the GH release
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
releaseVersion:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
MAVEN_ARGS: "-B -ntp"
VERSION: ${{ github.event.inputs.version }}
Expand Down