From d859afba54c1d28587c4ccbd8b4f08e67a76427d Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 7 Dec 2021 05:35:04 -0800 Subject: [PATCH] add runs-on --- .github/workflows/python-package.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6fd45cd8..38a4a0ce 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python package +name: Python build on: push: @@ -12,6 +12,8 @@ on: jobs: build: + runs-on: ${{ matrix.os }} + strategy: fail-fast: false matrix: -- 2.47.3