From e9e83ee3923e151ac86bd56fbdd30c4037c41ce1 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 21 Jan 2020 23:58:46 +0200 Subject: [PATCH] Update runs-on parameter. --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c6996e5..e1c35a44 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: max-parallel: 6 matrix: @@ -29,8 +29,6 @@ jobs: uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - os: ${{ matrix.os }} - architecture: x64 - name: Install dependencies run: |