From cec57f620fe09994610c4e4ca2195249fa8ff97b Mon Sep 17 00:00:00 2001 From: NaveenKumar Namachivayam Date: Sat, 18 Nov 2023 22:00:28 -0500 Subject: [PATCH] Add: GitHub Action Signed-off-by: NaveenKumar Namachivayam --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 67d9a0c..5c2d766 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: macos-latest-xlarge + runs-on: self-hosted steps: - uses: actions/checkout@v3