mirror of
https://github.com/apache/superset.git
synced 2026-08-05 21:42:48 +00:00
feat(ci): switch to ubuntu-slim runner image for faster startup time when running light CI workloads (#39656)
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
setup_matrix:
|
||||
runs-on: ubuntu-26.04
|
||||
runs-on: ubuntu-slim
|
||||
timeout-minutes: 5
|
||||
outputs:
|
||||
matrix_config: ${{ steps.set_matrix.outputs.matrix_config }}
|
||||
|
||||
Reference in New Issue
Block a user