From: Jérôme Benoit Date: Fri, 14 Oct 2022 19:22:35 +0000 (+0200) Subject: Remove macosx from docker image build tests X-Git-Tag: v1.1.83~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4e91f9a6ebb585fda83b5ddf67300b719b34ce37;p=e-mobility-charging-stations-simulator.git Remove macosx from docker image build tests Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84feb26f..4d08be16 100644 --- 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