Replace deprecated runner in CircleCI example (#1762)

* Replace deprecated runner in CircleCI example

* Fix another deprecated image reference

---------

Co-authored-by: Joe Rickerby <joerick@mac.com>
This commit is contained in:
JCGoran
2024-02-29 16:25:28 -05:00
committed by GitHub
co-authored by Joe Rickerby
parent 554726e3c4
commit 1fe6b1aa44
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
linux-aarch64:
machine:
image: ubuntu-2004:2022.04.1
image: default
resource_class: arm.medium
environment:
PYTHON: python3
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
linux-aarch64-wheels:
working_directory: ~/linux-aarch64-wheels
machine:
image: ubuntu-2004:2022.04.1
image: default
# resource_class is what tells CircleCI to use an ARM worker for native arm builds
# https://circleci.com/product/features/resource-classes/
resource_class: arm.medium