We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60740a commit 10fff7eCopy full SHA for 10fff7e
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: Build Project [using jupyter-book]
2
on: [pull_request]
3
jobs:
4
preview:
5
- runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
+ runs-on: "runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=quantecon_ubuntu2404/disk=large"
6
steps:
7
- uses: actions/checkout@v4
8
with:
0 commit comments