summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2023-01-19 12:32:49 +0800
committerGitHub <noreply@github.com>2023-01-18 23:32:49 -0500
commit928f159520106d3eb3836627bdc0e74112c68283 (patch)
tree6c318b41671958a47ddc3bb96a6c07520a66a247
parentafd81c08a8ee94d5b3a2d96b3b98e608ced5c1a5 (diff)
downloadpy-bcrypt-git-928f159520106d3eb3836627bdc0e74112c68283.tar.gz
use jammy arm64 image (#490)
* use jammy arm64 image * actually py310
-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: