Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The installations on AppVeyor are very old and slow. We currently test a default Win64 and Win32 build with MSVC. The former we also test on GH Actions already.
One thing we want to cover in CI are the different fundamental types of C++ (https://en.cppreference.com/w/cpp/language/types) and in particular the Windows 32bit build for some edge computers in laboratories (in particular, some older device drivers are win32 on some systems). This tries to move this to a GH Action runner, using 32bit libraries on a 64bit host: https://github.com/conda-incubator/setup-miniconda?tab=readme-ov-file#example-11-alternative-architectures