Skip to content

Commit

Permalink
Update AMI runner image and instance type (#1939)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Buttolph <[email protected]>
  • Loading branch information
charlie-ava and StephenButtolph authored Sep 26, 2023
1 parent 07eceb3 commit da1ae52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/packer/ubuntu-jammy-x86_64-public-ami.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
]
},
"ssh_username": "ubuntu",
"instance_type": "t2.micro",
"instance_type": "c5.large",
"ami_groups": "all",
"tags": {
"Name": "public-avalanche-ubuntu-{{ user `version` }}-{{ user `tag` }}-{{ isotime | clean_resource_name }}",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-public-ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build-public-ami-and-upload:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 45

steps:
Expand Down

0 comments on commit da1ae52

Please sign in to comment.