Skip to content

Commit 4ba5c8a

Browse files
committed
Ubuntu 20.04 LTS runner will be removed on 2025-04-01.
1 parent 3dd4173 commit 4ba5c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containerize-tiny-java-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
run:
1414
name: Run 'native-image/tiny-java-containers'
15-
runs-on: ubuntu-20.04 # Docker has changed its behavior on Ubuntu 22.04
15+
runs-on: ubuntu-latest
1616
timeout-minutes: 20
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)