From acf1d24c150ceb82821b821f2ea4d3ae7aa01b41 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 5 Nov 2023 08:27:35 -0600 Subject: [PATCH] Changed one of the wrong runs-on --- .forgejo/workflows/deploy.yaml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 8666cbe..a0fcd36 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -7,7 +7,7 @@ on: jobs: build-and-deploy: if: github.repository != 'profectus-engine/Profectus' # Don't build placeholder mod on main repo - runs-on: ubuntu-latest + runs-on: docker steps: - name: Checkout 🛎️ uses: actions/checkout@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 33df8d8..c41d085 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ on: branches: [ main ] jobs: test: - runs-on: docker + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3