diff --git a/.github/workflows/trial.yml b/.github/workflows/trial.yml index 2cb000f..cc45587 100644 --- a/.github/workflows/trial.yml +++ b/.github/workflows/trial.yml @@ -19,13 +19,14 @@ jobs: - run: node fetch.mjs build: + runs-on: ubuntu-latest + needs: tags strategy: matrix: ${{fromJson(needs.tags.outputs.matrix)}} # include: # - tag: 1.20.2 # version: 1.20.2 - runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up QEMU