From 7ededec37ef5500c5bc110f56933f7077b484bb3 Mon Sep 17 00:00:00 2001 From: Charles Thomas Date: Thu, 12 Jun 2025 13:31:19 -0400 Subject: [PATCH] ci: move to self-hosted circle runners --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 062c48df4d..ea820121cd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -166,10 +166,8 @@ jobs: path: /tmp/workspace/packages test_pkgs_64bit: - machine: - enabled: true - docker_layer_caching: true - image: ubuntu-2204:current + machine: true + resource_class: runner-ns/clustered-linux-vm steps: - attach_workspace: at: /tmp/workspace