From 0636c02cbb8222586b359610fef84ebc9bd36913 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Wed, 24 Jul 2024 15:21:29 -0700 Subject: [PATCH] evn --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eff948e8..77ca86c7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,9 @@ jobs: matrix: include: - name: linux_release_64 - image: ubuntu-latest + image: ${{ env.ubuntu_test }} - name: linux_debug_64 - image: ubuntu-latest + image: ${{ env.ubuntu_test }} runs-on: ubuntu-latest steps: - name: Checkout repository