Skip to content

Commit

Permalink
clang 9.0.0 tests
Browse files Browse the repository at this point in the history
since clang 13.0.0 is not setting up on macos-11 runner
  • Loading branch information
Emmankoko committed Nov 21, 2023
1 parent 1209e4d commit 5a4103b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
fail-fast: false
matrix:
os:
- { name: ubuntu-20.04, arch: x86_64-linux-gnu-ubuntu-20.04 }
- { name: macos-11, arch: x86_64-darwin-apple }
dc:
- ldc-latest
target:
- { name: clang-13, compiler: clang, cxx-version: 13.0.0 }
- { name: clang-9, compiler: clang, cxx-version: 9.0.0 }

# Using a specific version for reproductibility.
# Feel free to update when a new release has matured.
Expand Down

0 comments on commit 5a4103b

Please sign in to comment.