From ee796e12a371bbdb2630368deca03bc7fdd45b9a Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Wed, 24 Jul 2024 15:25:16 -0700 Subject: [PATCH] fff --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77ca86c7c..c63c3cf5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,15 +24,15 @@ jobs: matrix: include: - name: linux_release_64 - image: ${{ env.ubuntu_test }} + image: ubuntu-latest - name: linux_debug_64 - image: ${{ env.ubuntu_test }} + image: ubuntu-latest runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Hello World - run: echo "Hello, World!" + run: echo "Hello, World! ${{ env.windows_bld }}"