changed ubuntu runner

This commit is contained in:
Jaiveer Katariya
2022-11-22 13:25:52 -05:00
parent 58ba3f0665
commit e896fce9e2
8 changed files with 8 additions and 8 deletions
@@ -13,7 +13,7 @@ on:
jobs:
run-integration-test:
name: Run Minikube Integration Tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
KUBECONFIG: /home/runner/.kube/config
NAMESPACE: test-${{ github.run_id }}