exasol / project-keeper

This maven plugin checks and unifies a project's structure according to the Exasol integration team's repository standards.
MIT License
3 stars 1 forks source link

Select version of ubuntu operating system for github runners #492

Closed ckunki closed 11 months ago

ckunki commented 11 months ago

Currently Ubuntu version > 20 cause UDFs to crash.

The current ticket therefore requests to enhance PK to enable to select version of ubuntu operating system for github runners in build scripts.

Currently affected repostitories need to

This also creates additional maintenance efforts for each affected project in case of PK's templates for these files are updated.

Proposal: Add support for new option in file .project-keeper.yml

ciBuildRunsOn: ubuntu-20.04 # UDFs fail with "VM error: Internal error: VM crashed" on ubuntu-latest