From 3861671403eae1ce27abcc5603519b75771ca459 Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Thu, 11 Apr 2024 16:13:14 +0200 Subject: [PATCH] chore: update machine to for refresh notebook actions --- .github/workflows/refresh-notebooks.yaml | 2 +- .github/workflows/refresh-one-notebook.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/refresh-notebooks.yaml b/.github/workflows/refresh-notebooks.yaml index 6301d524f..0254f695c 100644 --- a/.github/workflows/refresh-notebooks.yaml +++ b/.github/workflows/refresh-notebooks.yaml @@ -34,7 +34,7 @@ jobs: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} ec2-image-id: ${{ secrets.AWS_EC2_AMI }} - ec2-instance-type: "m6i.metal" + ec2-instance-type: "hpc7a.96xlarge" subnet-id: ${{ secrets.AWS_EC2_SUBNET_ID }} security-group-id: ${{ secrets.AWS_EC2_SECURITY_GROUP_ID }} diff --git a/.github/workflows/refresh-one-notebook.yaml b/.github/workflows/refresh-one-notebook.yaml index 283574bc3..1daed842f 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -111,7 +111,7 @@ jobs: mode: start github-token: ${{ secrets.EC2_RUNNER_BOT_TOKEN }} ec2-image-id: ${{ secrets.AWS_EC2_AMI }} - ec2-instance-type: "m6i.metal" + ec2-instance-type: "hpc7a.96xlarge" subnet-id: ${{ secrets.AWS_EC2_SUBNET_ID }} security-group-id: ${{ secrets.AWS_EC2_SECURITY_GROUP_ID }}