diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3d0dccd..996f0db 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -280,7 +280,7 @@ jobs: dumpsyms: - runs-on: ubuntu-latest + runs-on: ubuntu-slim needs: - linux-ubuntu @@ -351,7 +351,7 @@ jobs: release: if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) }} - runs-on: ubuntu-latest + runs-on: ubuntu-slim needs: - linux-ubuntu