diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4dfea60..ed780bf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: test + runs-on: ubuntu-latest steps: - name: Checkout Code uses: http://gitea.xkkxyy.com/actions/checkout@4 @@ -16,7 +16,7 @@ jobs: continue-on-error: true deploy: - runs-on: test + runs-on: ubuntu-latest needs: build steps: - name: Deploy to Test