From: Martin Quinson Date: Sun, 12 Sep 2021 19:00:51 +0000 (+0200) Subject: GH action for Wrench: properly specify the docker image X-Git-Tag: v3.29~100 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7b0f16139209b3a3ff5f3c0a337dc6f26d9d6d3f GH action for Wrench: properly specify the docker image --- diff --git a/.github/workflows/ci-wrench.yml b/.github/workflows/ci-wrench.yml index 09fc2309e8..fc36b7434d 100644 --- a/.github/workflows/ci-wrench.yml +++ b/.github/workflows/ci-wrench.yml @@ -8,7 +8,8 @@ on: jobs: build: - runs-on: simgrid/unstable + runs-on: ubuntu-latest + container: simgrid/unstable steps: - uses: actions/checkout@v2