Skip to content

Commit b04d3c9

Browse files
committed
CI: Build "unsupported" htop with ubuntu-latest
Use the "ubuntu-latest" image to build the "unsupported" version of htop.
1 parent fdfbb59 commit b04d3c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126

127127
build-unsupported-latest-gcc:
128128
# build as if we were on an unsupported platform
129-
runs-on: ubuntu-22.04
129+
runs-on: ubuntu-latest
130130
steps:
131131
- uses: actions/checkout@v4
132132
- name: Install Dependencies

0 commit comments

Comments
 (0)