Skip to content

Commit 5bfbd38

Browse files
committed
use 2xlarge instance
1 parent 1b28198 commit 5bfbd38

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
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
jobs:
66
preview:
7-
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=quantecon_ubuntu2404/disk=large"
7+
runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
88
steps:
99
- uses: actions/checkout@v4
1010
with:

0 commit comments

Comments
 (0)