diff --git a/.github/workflows/c-cpp32.yml b/.github/workflows/c-cpp32.yml index d84e0b96d..963577222 100644 --- a/.github/workflows/c-cpp32.yml +++ b/.github/workflows/c-cpp32.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: fedora:32 steps: - uses: actions/checkout@v2 @@ -18,7 +18,7 @@ jobs: sudo apt install libusb-1.0-0-dev ./bootstrap - name: configure - run: ./configure CFLAGS=-m32 --without-cxx-binding + run: ./configure --without-cxx-binding - name: make run: make -j 4 - name: make check