Skip to content

Commit

Permalink
ci: use ldc on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 7, 2021
1 parent 754da2c commit 31b2eed
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- windows-latest
- macos-latest
# - ubuntu-latest # https://github.com/ldc-developers/ldc/issues/3780
- ubuntu-latest
d:
- "ldc-beta"
node:
Expand All @@ -22,12 +22,6 @@ jobs:
- 6
clang:
- 12
include:
# dmd
- os: ubuntu-latest
d: dmd-latest
node: 16
pnpm: 6
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 31b2eed

Please sign in to comment.