Skip to content

Commit 6cee7c5

Browse files
committed
👷 Upgrade Circle executor
1 parent 6f747ce commit 6cee7c5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.circleci/main.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,18 @@ commands:
115115
steps:
116116
- restore_cache:
117117
keys:
118-
- pip-ci-requirements-{{ checksum "dev/circleci_data/requirements.txt" }}-3.8.5
118+
- pip-ci-requirements-{{ checksum "dev/circleci_data/requirements.txt" }}-3.10.10
119119
- run:
120120
name: "Installing CI dependencies"
121121
command: |
122-
pyenv global 3.8.5
122+
pyenv install 3.10.10
123+
pyenv global 3.10.10
123124
pip install --upgrade pip
124125
pip install -r dev/circleci_data/requirements.txt
125126
- save_cache:
126-
key: pip-ci-requirements-{{ checksum "dev/circleci_data/requirements.txt" }}-3.8.5
127+
key: pip-ci-requirements-{{ checksum "dev/circleci_data/requirements.txt" }}-3.10.10
127128
paths:
128-
- /opt/circleci/.pyenv/versions/3.8.5
129+
- /opt/circleci/.pyenv/versions/3.10.10
129130
set-up-variant:
130131
parameters:
131132
variant:
@@ -162,7 +163,7 @@ commands:
162163
jobs:
163164
combine-coverage:
164165
machine:
165-
image: ubuntu-2004:202010-01
166+
image: ubuntu-2004:2023.04.2
166167
steps:
167168
- checkout
168169
- restore_cache:
@@ -187,7 +188,7 @@ jobs:
187188
type: string
188189
default: ""
189190
machine:
190-
image: ubuntu-2004:202010-01
191+
image: ubuntu-2004:2023.04.2
191192
resource_class: medium
192193
steps:
193194
- checkout
@@ -209,7 +210,7 @@ jobs:
209210
type: string
210211
default: ""
211212
machine:
212-
image: ubuntu-2004:202010-01
213+
image: ubuntu-2004:2023.04.2
213214
resource_class: large
214215
steps:
215216
- checkout
@@ -231,7 +232,7 @@ jobs:
231232
type: string
232233
default: ""
233234
machine:
234-
image: ubuntu-2004:202010-01
235+
image: ubuntu-2004:2023.04.2
235236
resource_class: large
236237
steps:
237238
- checkout

0 commit comments

Comments
 (0)