Skip to content

Commit

Permalink
Merge pull request #127 from github/run-integration-larger
Browse files Browse the repository at this point in the history
Run integration tests on a larger runner.
  • Loading branch information
chrisgavin authored Feb 5, 2025
2 parents bc91a92 + 6a5d9e9 commit 30774be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30774be

Please sign in to comment.