Skip to content

Commit

Permalink
disable ldc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Temtaime committed Apr 12, 2023
1 parent 12aaa5f commit 9890c49
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ jobs:
fail-fast: false
matrix:
include:
- arch: x86
os: windows-latest
dub_arch: x86_mscoff
dub_compiler: ldc-latest
# - arch: x86
# os: windows-latest
# dub_arch: x86_mscoff
# dub_compiler: ldc-latest

- arch: x64
os: windows-latest
dub_arch: x86_64
dub_compiler: ldc-latest
# - arch: x64
# os: windows-latest
# dub_arch: x86_64
# dub_compiler: ldc-latest

- arch: x64
os: ubuntu-20.04
dub_arch: x86_64
dub_compiler: ldc-latest
# - arch: x64
# os: ubuntu-20.04
# dub_arch: x86_64
# dub_compiler: ldc-latest

- arch: x86
os: windows-latest
Expand Down

0 comments on commit 9890c49

Please sign in to comment.