From 7b8521117a69158e98ed83a6aa670f6f33512049 Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Tue, 19 Mar 2024 07:41:00 -0400 Subject: [PATCH] test github actions runner --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d1866ee18c..626ff941e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: # "Regular"/core tests. tests: - runs-on: ubuntu-latest + runs-on: ubuntu-test-32-core strategy: matrix: python-version: [["3.11", "311"]]