repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f672adb
)
Remove macosx from docker image build tests
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 14 Oct 2022 19:22:35 +0000
(21:22 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 14 Oct 2022 19:22:35 +0000
(21:22 +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 84feb26f88132054dc05cf5edd40e2972a2ddd98..4d08be168f27464e6d0045766e42165024bfb99c 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-77,7
+77,7
@@
jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [windows-latest,
macos-latest,
ubuntu-latest]
+ os: [windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Docker Buildx