mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Actually switch to next gen CircleCI container images
This commit is contained in:
parent
834fbc8f6c
commit
ad13c2d920
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ workflows:
|
|||
jobs:
|
||||
test-cli:
|
||||
docker:
|
||||
- image: cimg/python:3.9-bullseye
|
||||
- image: cimg/python:3.9
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
|
||||
test-gui:
|
||||
docker:
|
||||
- image: circleci/python:3.9-bullseye
|
||||
- image: cimg/python:3.9
|
||||
|
||||
working_directory: ~/repo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue