Update runs-on parameter.

This commit is contained in:
Alex Root Junior 2020-01-21 23:58:46 +02:00
parent 58041b9dff
commit e9e83ee392

View file

@ -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: |