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
|
||||
if: always() && needs.main-build.result != 'skipped'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
lint-clang:
|
||||
needs: [lint-reuse]
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user