From 58041b9dffc4319aac1fb628e03e3ca8579b7faf Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 21 Jan 2020 23:49:41 +0200 Subject: [PATCH] Update matrix config --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c91f3c3e..6c6996e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest strategy: - max-parallel: 4 + max-parallel: 6 matrix: os: - ubuntu-latest @@ -25,10 +25,12 @@ jobs: steps: - uses: actions/checkout@master - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} + os: ${{ matrix.os }} + architecture: x64 - name: Install dependencies run: |