diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 63274fa..80b5778 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: test: name: Build & Run Unit Tests - runs-on: self-hosted + runs-on: [self-hosted, ubuntu-latest] container: image: maven:3.9.6-eclipse-temurin-21 steps: @@ -31,7 +31,7 @@ jobs: name: Deploy to Test Environment needs: test if: github.ref == 'refs/heads/main' - runs-on: [self-hosted, test] + runs-on: [self-hosted, ubuntu-latest] container: image: docker:latest steps: