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 5ba7aa9 commit 49db5d4Copy full SHA for 49db5d4
.github/runs-on.yml
@@ -2,4 +2,5 @@ images:
2
quantecon_ubuntu2404:
3
platform: "linux"
4
arch: "x64"
5
- ami: "ami-0edec81935264b6d3"
+ ami: "ami-0edec81935264b6d3"
6
+ region: "us-west-2"
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
type: string
11
jobs:
12
preview:
13
- runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon_ubuntu2404/disk=large"
+ runs-on: "runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=ami-0edec81935264b6d3/disk=large"
14
env:
15
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
16
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
0 commit comments