From 76d810a44f6b6e8c8b8a44a40734a3a9a50b91a0 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 25 Mar 2026 13:18:11 -0400 Subject: [PATCH] uva --- .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 7eb431f..fd5d7e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ permissions: jobs: cargo: name: Cargo Build - runs-on: ${{ vars.CI_RUNNER || 'ubuntu-latest' }} + runs-on: ${{ vars.UVA_RUNNER || 'ubuntu-latest' }} steps: - uses: actions/checkout@v4 @@ -39,7 +39,7 @@ jobs: docker: name: Docker Build - runs-on: ${{ vars.CI_RUNNER || 'ubuntu-latest' }} + runs-on: ${{ vars.UVA_RUNNER || 'ubuntu-latest' }} steps: - uses: actions/checkout@v4