Skip to content

Commit 11eb348

Browse files
Merge pull request #74 from ringcentral/72_upgrade_runner_image
72: Upgrade ubuntu image version
2 parents 58c8bbc + af1704f commit 11eb348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to-maven-central-no-spring.yaml

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

66
jobs:
77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99

1010
steps:
1111
- uses: actions/checkout@v2

.github/workflows/deploy-to-maven-central.yaml

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

66
jobs:
77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99

1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)