X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=1f702e1a0521be0e0daec0d99d4156567c49b5bf;hb=4bfd22def612cf8ad6e4a31c5d5df3ffcca45e70;hp=84feb26f88132054dc05cf5edd40e2972a2ddd98;hpb=f672adbfee38df6d56de237a23d6f2862f4441f7;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84feb26f..1f702e1a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,10 +74,7 @@ jobs: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} build-docker: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [windows-latest, macos-latest, ubuntu-latest] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Docker Buildx