GHA Main: Switch Windows x86 job to latest DMD host compiler

For some extra test coverage.
This commit is contained in:
Martin Kinkelin 2023-12-22 04:42:08 +01:00 committed by Nicholas Wilson
parent b4aea9f670
commit 9c97cdf29d

View file

@ -65,9 +65,9 @@ jobs:
- job_name: Windows x64, LDC
os: windows-2022
host_dmd: ldc-latest
- job_name: Windows x86, LDC
- job_name: Windows x86, DMD (latest)
os: windows-2022
host_dmd: ldc-latest
host_dmd: dmd-latest
model: 32
name: ${{ matrix.job_name }}
runs-on: ${{ matrix.os }}