diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 72ac05a..ba3326d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,8 +18,7 @@ jobs: echo "matrix=$(cat config.json)" >> $GITHUB_OUTPUT run-matrix: needs: configure - # runs-on: self-hosted - runs-on: ubuntu + runs-on: self-hosted strategy: matrix: x: ${{ fromJson(needs.configure.outputs.matrix) }}