GHA: switch 3 more small jobs to ubuntu-slim

Follow-up to 30c49db6f7 #20431

Closes #20433
This commit is contained in:
Viktor Szakats 2026-01-25 18:54:51 +01:00
parent 30c49db6f7
commit 4516023152
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
linkcheck:
if: ${{ github.repository_owner == 'curl' || github.event_name != 'schedule' }}
name: 'linkcheck'
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with: