build: Run integration tests on smaller VMs

Signed-off-by: Bo Chen <chen.bo@intel.com>
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
(cherry picked from commit 7d60ab70e6)
This commit is contained in:
Bo Chen
2024-02-29 10:21:54 -08:00
committed by Bo Chen
parent a09d828713
commit 37666f842d
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ concurrency:
jobs:
build:
name: Tests (Windows Guest)
runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'garm-jammy' }}
runs-on: ${{ github.event_name == 'pull_request' && 'ubuntu-latest' || 'garm-jammy-16' }}
steps:
- name: Code checkout
if: ${{ github.event_name != 'pull_request' }}