diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04b2eb1..66a77a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ env: jobs: # JOB 1: Test, Push JVM, and Deploy Docs build-jvm-and-docs: - runs-on: self-hosted + runs-on: ebpro-org outputs: primary_tag: ${{ steps.tag_logic.outputs.primary }} steps: @@ -114,7 +114,7 @@ jobs: build-native: needs: build-jvm-and-docs if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') - runs-on: self-hosted + runs-on: ebpro-org steps: - name: Checkout Code uses: actions/checkout@v4