mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:47:17 +03:00
GHA: switch 3 more small jobs to ubuntu-slim
Follow-up to 30c49db6f7 #20431
Closes #20433
This commit is contained in:
parent
30c49db6f7
commit
4516023152
3 changed files with 3 additions and 3 deletions
2
.github/workflows/checksrc.yml
vendored
2
.github/workflows/checksrc.yml
vendored
|
|
@ -32,7 +32,7 @@ permissions: {}
|
|||
jobs:
|
||||
checksrc:
|
||||
name: 'checksrc'
|
||||
runs-on: ubuntu-24.04-arm
|
||||
runs-on: ubuntu-slim
|
||||
steps:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/checkurls.yml
vendored
2
.github/workflows/checkurls.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/distcheck.yml
vendored
2
.github/workflows/distcheck.yml
vendored
|
|
@ -209,7 +209,7 @@ jobs:
|
|||
|
||||
missing-files:
|
||||
name: 'missing files'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
timeout-minutes: 5
|
||||
needs: maketgz-and-verify-in-tree
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue