]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add runs-on
authorBob Halley <halley@dnspython.org>
Tue, 7 Dec 2021 13:35:04 +0000 (05:35 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 7 Dec 2021 13:35:04 +0000 (05:35 -0800)
.github/workflows/python-package.yml

index 6fd45cd8b7acf08c204d6eda3cc8b79d2e9f2001..38a4a0ce5f3f6eef210626118434c1318adb0222 100644 (file)
@@ -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: