Skip to content

Commit a04ae29

Browse files
authored
ci: use ubuntu-24.04 (#136)
1 parent e7c7ccc commit a04ae29

5 files changed

+5
-5
lines changed

.github/workflows/build-java.yml

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

2121
jobs:
2222
build:
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
strategy:
2525
# don't cancel running jobs even if one fails
2626
fail-fast: false

.github/workflows/commit-message-check-format.yml

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

88
jobs:
99
pr-title:
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:

.github/workflows/release-create-R-release-branch.yml

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

88
jobs:
99
release:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
defaults:
1212
run:
1313
working-directory: ./R/bpmnLayoutGeneratoR

.github/workflows/release-create-gh-release.yml

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

88
jobs:
99
create_release:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
permissions:
1212
contents: write # create the GH release
1313
steps:

.github/workflows/release.yml

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

1010
jobs:
1111
releaseVersion:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
env:
1414
MAVEN_ARGS: "-B -ntp"
1515
VERSION: ${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)