Skip to content

Commit cc37014

Browse files
committed
Use 'ubuntu-22.04' in native-image CI
20.04 was retired from GitHub Actions in April. Signed-off-by: David Thompson <[email protected]>
1 parent 2556667 commit cc37014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/native-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
- label: osx-aarch_64
3434
os: macos-latest
3535
- label: linux
36-
os: ubuntu-20.04
36+
os: ubuntu-22.04
3737
prop: -Dgraalvm.static=-H:+StaticExecutableWithDynamicLibC
3838
- label: alpine
39-
os: ubuntu-20.04
39+
os: ubuntu-22.04
4040
prop: -Dgraalvm.static=--static
4141
steps:
4242
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)