From 1b72c5f8fecdc41926109ab7ac066894e1e2e855 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 2 Sep 2023 07:54:34 -0400 Subject: [PATCH] ci: remove the build matrix I believe this just gets automatically inferred from the include rules. --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0bf045..974ef0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,17 +50,6 @@ jobs: strategy: fail-fast: false matrix: - build: - - stable - - beta - - nightly - - macos - - win-msvc - - win-gnu - - stable-x86 - - stable-aarch64 - - stable-powerpc64 - - stable-s390x include: - build: stable os: ubuntu-latest