Skip to content

Commit 6a5d9e9

Browse files
committed
Run integration tests on a larger runner.
1 parent bc91a92 commit 6a5d9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)