Fix GitHub action OS matrix usage
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Oct 2022 05:55:36 +0000 (07:55 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Oct 2022 05:55:36 +0000 (07:55 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 8cd177af39cfdaf64fc19bd9845e079629a13674..355266d5fb5e50cf35b8d964a756d74fc31fb45e 100644 (file)
@@ -14,7 +14,7 @@ on:
 
 jobs:
   build:
-    runs-on: ${{ matrix.node }}
+    runs-on: ${{ matrix.os }}
 
     strategy:
       matrix: