Skip to content

Commit 30774be

Browse files
authored
Merge pull request #127 from github/run-integration-larger
Run integration tests on a larger runner.
2 parents bc91a92 + 6a5d9e9 commit 30774be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
integration_ghes:
4545
name: Integration Test (GitHub Enterprise Server)
46-
runs-on: ubuntu-20.04
46+
runs-on: ubuntu-latest-xl
4747
if: ${{ github.event != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
4848
steps:
4949
- name: Checkout

0 commit comments

Comments
 (0)