Skip to content

Commit 0ef92d3

Browse files
committed
upgrading Actions image to supported version of ubuntu
1 parent b9b0b99 commit 0ef92d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
name: JDK ${{ matrix.java }}
1111
strategy:
1212
matrix:
@@ -28,7 +28,7 @@ jobs:
2828

2929
deploy:
3030
needs: build
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232

3333
steps:
3434
- name: Checkout...

0 commit comments

Comments
 (0)