From 2b65c832458d17e0a745c14d8ec791472607482e Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 25 Mar 2026 13:40:34 -0400 Subject: [PATCH] temp rm uva --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd5d7e3..5db7ea5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: CI +# Runners: uvacompute (https://uvacompute.com) +# To enable, set the UVA_RUNNER repo variable to the correct runner label. +# runs-on: ${{ vars.UVA_RUNNER || 'ubuntu-latest' }} + on: push: branches: [main] @@ -12,7 +16,7 @@ permissions: jobs: cargo: name: Cargo Build - runs-on: ${{ vars.UVA_RUNNER || 'ubuntu-latest' }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -39,7 +43,7 @@ jobs: docker: name: Docker Build - runs-on: ${{ vars.UVA_RUNNER || 'ubuntu-latest' }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4