Skip to content

Commit f33057a

Browse files
committed
Update Ubuntu to 22.04, 20.04 is not longer supported
1 parent 6053f7f commit f33057a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
openjdk11:
14-
runs-on: [ubuntu-20.04]
14+
runs-on: [ubuntu-22.04]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up JDK 11
@@ -33,7 +33,7 @@ jobs:
3333
find .m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {}
3434
3535
openjdk17:
36-
runs-on: [ubuntu-20.04]
36+
runs-on: [ubuntu-22.04]
3737
steps:
3838
- uses: actions/checkout@v4
3939
- name: Set up JDK 17
@@ -55,7 +55,7 @@ jobs:
5555
find .m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {}
5656
5757
openjdk21:
58-
runs-on: [ubuntu-20.04]
58+
runs-on: [ubuntu-22.04]
5959
steps:
6060
- uses: actions/checkout@v4
6161
- name: Set up JDK 21
@@ -77,7 +77,7 @@ jobs:
7777
find .m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {}
7878
7979
QA:
80-
runs-on: [ubuntu-20.04]
80+
runs-on: [ubuntu-22.04]
8181
steps:
8282
- uses: actions/checkout@v4
8383
- name: Set up JDK 11

0 commit comments

Comments
 (0)