From 679d7b0996bc955866d45b52a6f48b44330932de Mon Sep 17 00:00:00 2001 From: RoyalOughtness <129108030+RoyalOughtness@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:25:39 -0700 Subject: [PATCH] fix(build): set correct ami identifiers --- .github/runs-on.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/runs-on.yml b/.github/runs-on.yml index 229c7c7c..c27116e5 100644 --- a/.github/runs-on.yml +++ b/.github/runs-on.yml @@ -17,9 +17,9 @@ runners: images: rhel_x86_64: - ami: "ami-0fd3ac4abb734302a" # RHEL 10 x86_64, https://console.aws.amazon.com/ec2/home?region=us-east-1#ImageDetails:imageId=ami-0fd3ac4abb734302a + ami: "ami-0ccdd739f0fa3566c" # RHEL 10 x86_64, https://console.aws.amazon.com/ec2/home?region=us-west-2#ImageDetails:imageId=ami-0ccdd739f0fa3566c owner: 309956199498 # Official amazon owner id rhel_arm64: - ami: "ami-0f8a907b7d1fbd468" # RHEL 10 arm64, https://console.aws.amazon.com/ec2/home?region=us-east-1#ImageDetails:imageId=ami-0f8a907b7d1fbd468 - owner: 309956199498 # Official amazon owner id \ No newline at end of file + ami: "ami-063f0dbde022fe835" # RHEL 10 arm64, https://console.aws.amazon.com/ec2/home?region=us-west-2#ImageDetails:imageId=ami-063f0dbde022fe835 + owner: 309956199498 # Official amazon owner id