mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 21:51:03 +03:00
GHA Main: Switch Windows x86 job to latest DMD host compiler
For some extra test coverage.
This commit is contained in:
parent
b4aea9f670
commit
9c97cdf29d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -65,9 +65,9 @@ jobs:
|
||||||
- job_name: Windows x64, LDC
|
- job_name: Windows x64, LDC
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
host_dmd: ldc-latest
|
host_dmd: ldc-latest
|
||||||
- job_name: Windows x86, LDC
|
- job_name: Windows x86, DMD (latest)
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
host_dmd: ldc-latest
|
host_dmd: dmd-latest
|
||||||
model: 32
|
model: 32
|
||||||
name: ${{ matrix.job_name }}
|
name: ${{ matrix.job_name }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue