liquidctl / liquidtux

Linux kernel hwmon drivers for AIO liquid coolers and other devices
Other
79 stars 14 forks source link

ci: Bump Ubuntu and kernel versions for CI builds #57

Closed aleksamagicka closed 11 months ago

aleksamagicka commented 11 months ago

Just noticed that the kernel versions the CI uses are fairly old. Bump them up to current ones, including the Ubuntu version.


Shouldn't break anything, I hope? Or should I leave the 5.x ones in and only add these new ones?

amezin commented 11 months ago

I think for kernel versions we should have at least:

5.15 was just the latest stable version at the time the pipeline was added. Maybe it would make sense to track the latest stable release (for the case when master is broken, for example).

For Ubuntu versions - maybe just set them to ubuntu-latest everywhere and forget?