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: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ${{ matrix.os }}
strategy: strategy:
max-parallel: 6 max-parallel: 6
matrix: matrix:
@ -29,8 +29,6 @@ jobs:
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
os: ${{ matrix.os }}
architecture: x64
- name: Install dependencies - name: Install dependencies
run: | run: |