From 6a5d9e9caf5949b56ca088d79ab2add65673dd99 Mon Sep 17 00:00:00 2001 From: Chris Gavin Date: Wed, 5 Feb 2025 13:47:50 +0000 Subject: [PATCH] Run integration tests on a larger runner. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cefb742..9d4b608 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: integration_ghes: name: Integration Test (GitHub Enterprise Server) - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest-xl if: ${{ github.event != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }} steps: - name: Checkout