From: Bob Halley Date: Tue, 7 Dec 2021 13:35:04 +0000 (-0800) Subject: add runs-on X-Git-Tag: v2.2.0rc1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d859afba54c1d28587c4ccbd8b4f08e67a76427d;p=thirdparty%2Fdnspython.git add runs-on --- 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: