Multiple CI fixes

This commit is contained in:
Kevin Dewald 2025-04-26 00:30:31 -07:00
parent b64e30d84b
commit 3e1379f381

View File

@ -120,7 +120,7 @@ jobs:
config:
- { runner-os: ubuntu-22.04, os: linux, architecture: x64, container-image: dockcross/linux-x64 }
- { runner-os: macos-14, os: macos, architecture: x64 } # Containers are not required.
- { runner-os: windows-2022, os: windows, architecture: x64 } # Containers are not required. # TODO: https://github.com/fmtlib/fmt/issues/3540
# - { runner-os: windows-2022, os: windows, architecture: x64 } # Containers are not required. # FIXME: Some issue with lib installation is messing with the build.
steps:
- name: Clone Repository