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:
@@ -39,7 +39,7 @@ jobs:
|
||||
|
||||
linux-aarch64:
|
||||
machine:
|
||||
image: ubuntu-2004:2022.04.1
|
||||
image: default
|
||||
resource_class: arm.medium
|
||||
environment:
|
||||
PYTHON: python3
|
||||
|
||||
Reference in New Issue
Block a user