Skip to content

Commit 09fdfd4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

129129
build-unsupported-latest-gcc:
130130
# build as if we were on an unsupported platform
131-
runs-on: ubuntu-22.04
131+
runs-on: ubuntu-latest
132132
steps:
133133
- uses: actions/checkout@v4
134134
- name: Install Dependencies

0 commit comments

Comments
 (0)