]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! ci: run on two macOS platforms macOS-11 tmp-ci-macOS
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 5 Jan 2021 08:19:15 +0000 (09:19 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 5 Jan 2021 08:19:15 +0000 (09:19 +0100)
.github/workflows/macOS.yaml

index 2004f4712d3feaf4bed1bfbc44b7ad1b9d90cb80..ca8486ec937b7fa030549a51dcf1c07e5bc850e0 100644 (file)
@@ -5,8 +5,12 @@ on: push
 jobs:
   build-test:
     name: Build & unit tests & sanity check
-    # https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#github-hosted-runners
-    runs-on: [ macOS-latest, macos-11.0 ]
+
+    runs-on: ${{ matrix.os }}
+    strategy:
+        matrix:
+            # https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#github-hosted-runners
+            os: [ macos-latest, macos-11.0 ]
 
     steps:
       - name: Checkout resolver code