diff options
| author | Thomas Huth <huth@tuxfamily.org> | 2021-05-09 05:39:29 (GMT) |
|---|---|---|
| committer | Thomas Huth <huth@tuxfamily.org> | 2021-05-09 06:03:23 (GMT) |
| commit | 89ce85e772bc5ccd1ddb4409d7b3d50e985cd56e (patch) | |
| tree | 16116694f293f2799c9c0b5d8d657fbbb0c759f0 | |
| parent | bc7f2655a71be9747aa3e02693c472449c72c963 (diff) | |
| download | hatari-89ce85e772bc5ccd1ddb4.zip hatari-89ce85e772bc5ccd1ddb4.tar.gz | |
Use Fedora 33 for the MinGW cross compilation test
The latest version 34 has some problems with format strings (it does
not like PRId64 anymore), thus let's switch back to version 33 which
is working fine.
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb6ff60..113b395 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ build-clang: - make test build-mingw: - image: fedora:latest + image: fedora:33 before_script: - dnf update -y - dnf install -y cmake make gcc python-unversioned-command mingw32-gcc |
