Skip to content

Commit

Permalink
CI: Only test with Ubuntu 20.04 and ldc-latest for now
Browse files Browse the repository at this point in the history
On our first run, 136 jobs were generated, which is a bit too much.
To start small, we are only targeting a single operating system
and a single compiler (the most likely to work, along with GDC).
Once we have a few tests in place, we will expand the matrix.
  • Loading branch information
Geod24 committed Oct 3, 2023
1 parent cf627b8 commit d1832e1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,11 @@ jobs:
fail-fast: false
matrix:
os:
- macOS-11
# - macOS-11
- ubuntu-20.04
- windows-2019
# - windows-2019
dc:
- dmd-latest
- dmd-2.100.2
- ldc-latest
- dmd-master
- ldc-master
- ldc-1.23.0
- dmd-2.095.1
- dmd-2.098.1
target:
# Versions of clang earlier than 11 are not available on 20.04, but are on macOS-11
- clang-13.0.0
Expand Down

0 comments on commit d1832e1

Please sign in to comment.