ci: Continuous-Integration use ubuntu-slim runner where possible
This commit is contained in:
committed by
Chris Rizzitello
parent
1ed394e3ef
commit
348e26564f
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
|||||||
needs: main-build
|
needs: main-build
|
||||||
if: always() && needs.main-build.result != 'skipped'
|
if: always() && needs.main-build.result != 'skipped'
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-slim
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
lint-clang:
|
lint-clang:
|
||||||
needs: [lint-reuse]
|
needs: [lint-reuse]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-slim
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user