From 7b0a27498e956772779b073efe3d77df33be75e5 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Wed, 24 Jul 2024 15:19:22 -0700 Subject: [PATCH] asdf --- .github/workflows/ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a0497e34..8eff948e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,15 +24,9 @@ jobs: matrix: include: - name: linux_release_64 - image: ${{ env.ubuntu_bld }} - asm: "-asm" - options: "-release_64" - artifact_name: "libebm_ubuntu_release_64" + image: ubuntu-latest - name: linux_debug_64 - image: ${{ env.ubuntu_bld }} - asm: "" - options: "-debug_64" - artifact_name: "libebm_ubuntu_debug_64" + image: ubuntu-latest runs-on: ubuntu-latest steps: - name: Checkout repository