summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7af54b1..432145d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -64,8 +64,8 @@ workflows:
# Changing this name should only be done in conjunction with updating
# the required checks on GH
name: linux-arm64-ci
- image: ghcr.io/pyca/cryptography-runner-ubuntu-focal:aarch64
- toxenv: py38
+ image: ghcr.io/pyca/cryptography-runner-ubuntu-jammy:aarch64
+ toxenv: py310
# This makes sure it runs on all tags in addition to PRs/branches.
# By default CircleCI ignores tags.
filters: