mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-26 13:26:33 +00:00
ci: properly use 22.04 for build-deb job (#2177)
At some point I accidentally changed the default to 24.04 when refactoring things. This means it won't work for some older Debian-based systems like bookworm, primarily for x86, since ARM was correctly using an override. This change just reverts the default back.
This commit is contained in:
@@ -404,7 +404,7 @@ jobs:
|
||||
|
||||
build-deb:
|
||||
name: "Build .deb software packages"
|
||||
runs-on: ${{ matrix.info.os || 'ubuntu-24.04' }}
|
||||
runs-on: ${{ matrix.info.os || 'ubuntu-22.04' }}
|
||||
timeout-minutes: 12
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user