Skip to content

Commit

Permalink
try using an ubuntu noble image
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Jun 18, 2024
1 parent be1ba04 commit f7bb601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ runners:
region: "us-east-1"
# Cheapest VM on AWS
instance_type: "c7g.large"
# Ubuntu-22.04, ami image
machine_image: "ami-0a0c8eebcdd6dcbd0"
# Ubuntu-24.04, ami image
machine_image: "ami-0eac975a54dfee8cb"
preemptible: false
# Add this label in the "runs-on" param in .github/workflows/<workflow-name>.yml
# So that this runner is created for running the workflow
Expand Down

0 comments on commit f7bb601

Please sign in to comment.