diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index f2e0ce99..f963974e 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -20,11 +20,11 @@ jobs: run: sudo apt install -q -y libx11-dev libfreetype6 libfreetype6-dev libxft-dev libxft2 && cd build && make tests -j2 build-windows-x86: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@main - name: Build - run: sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ focal main universe" && sudo apt install -q -y mingw-w64=7.0.0-2 && cd build && make TARGET=mingw32 -j2 + run: sudo apt install -q -y mingw-w64 && cd build && make TARGET=mingw32 -j2 - name: Package run: cd build && ./windowscreatezip.sh _x86 - uses: actions/upload-artifact@main