We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b28198 commit 5bfbd38Copy full SHA for 5bfbd38
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
jobs:
6
preview:
7
- runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=quantecon_ubuntu2404/disk=large"
+ runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
8
steps:
9
- uses: actions/checkout@v4
10
with:
0 commit comments