repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee6c0f8
)
Fix GitHub action OS matrix usage
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 15 Oct 2022 05:55:36 +0000
(07:55 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 8cd177af39cfdaf64fc19bd9845e079629a13674..355266d5fb5e50cf35b8d964a756d74fc31fb45e 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-14,7
+14,7
@@
on:
jobs:
build:
- runs-on: ${{ matrix.
node
}}
+ runs-on: ${{ matrix.
os
}}
strategy:
matrix: