From 8d18530f605c3ef42ab6188a7a2c269fddf40fa4 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Tue, 3 Jan 2023 17:56:03 +0100 Subject: [PATCH] Revert "Bumped GHA Runners to larger machines" - this reverts commit 921e9f4069215044c19ef73f340a1a4601a41db7 - we've been seeing issues with job scheduling so I'm reverting this for now --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81fb3f0eac..837dfc253b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ concurrency: cancel-in-progress: true jobs: lint: - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-22.04 if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) name: Lint steps: @@ -36,7 +36,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} admin-tests: - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-20.04 if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) strategy: matrix: @@ -75,7 +75,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} migrations: - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-22.04 defaults: run: working-directory: ghost/core @@ -139,7 +139,7 @@ jobs: - run: yarn knex-migrator migrate --force unit-tests: - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-22.04 if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) strategy: matrix: @@ -171,7 +171,7 @@ jobs: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} database-tests: - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-22.04 defaults: run: working-directory: ghost/core @@ -279,7 +279,7 @@ jobs: ghost-cli: name: Ghost-CLI if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 with: @@ -338,7 +338,7 @@ jobs: coverage: name: Coverage needs: [unit-tests, admin-tests] - runs-on: ubuntu-latest-16-cores + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Restore coverage