From 1fe1474bcd01f8febeddf5c8bde97253c2412ae0 Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Wed, 4 Sep 2024 11:54:26 +0200 Subject: [PATCH] remove useless declaration --- .github/workflows/release.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa1efbb775..291712a036 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,19 +144,14 @@ jobs: include: - os: ubuntu-20.04 cibw_archs: "auto64" - with_sse2: true - os: ubuntu-20.04 cibw_archs: "aarch64" - with_sse2: false - os: ubuntu-20.04 cibw_archs: "ppc64le" - with_sse2: false - os: windows-2019 cibw_archs: "auto64" - with_sse2: true - os: macos-12 cibw_archs: "universal2" - with_sse2: true steps: - uses: actions/checkout@v4