Skip to content

Commit

Permalink
Removed clang 11 temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Sep 16, 2024
1 parent 37d60d7 commit a5fcf9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Clang ${{ matrix.clang }} Linux
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
clang: [11, 12, 13, 14, 15, 16, 17, 18, 19]

Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
#mkShell = pkgs.mkShell.override {stdenv = pkgs.gcc13Stdenv; };
in {
default = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_18.libcxxStdenv; };
ci-clang11 = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_11.libcxxStdenv; };
ci-clang12 = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_12.libcxxStdenv; };
ci-clang13 = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_13.libcxxStdenv; };
ci-clang14 = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_14.libcxxStdenv; };
Expand Down

0 comments on commit a5fcf9c

Please sign in to comment.