From 3c88566a48e7a42e50281eb5323affb462f6ff49 Mon Sep 17 00:00:00 2001 From: Timothy Small Date: Fri, 10 Jan 2025 12:50:11 -0500 Subject: [PATCH] Remove strategy --- .github/workflows/create-artifacts.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/create-artifacts.yml b/.github/workflows/create-artifacts.yml index 101d1cf..c3cf1da 100644 --- a/.github/workflows/create-artifacts.yml +++ b/.github/workflows/create-artifacts.yml @@ -14,11 +14,6 @@ jobs: name: Create Linux artifacts runs-on: ubuntu-latest - strategy: - fail-fast: true - matrix: - arch: [x64, arm64] - steps: - name: Checkout repository uses: actions/checkout@v4