Skip to content

Commit 0f960a9

Browse files
committed
FIX: Names
1 parent c5befee commit 0f960a9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ stages:
8282
variables:
8383
AZURE_CI: 'true'
8484
jobs:
85-
- job: Ultraslow_PG
85+
- job: Linux_Ultraslow_PG
8686
pool:
8787
vmImage: 'ubuntu-22.04'
8888
variables:
@@ -151,9 +151,9 @@ stages:
151151
inputs:
152152
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
153153

154-
- job: Qt
154+
- job: Linux_Qt_Bindings
155155
pool:
156-
vmImage: 'ubuntu-22.04'
156+
vmImage: 'ubuntu-24.04'
157157
variables:
158158
DISPLAY: ':99'
159159
OPENBLAS_NUM_THREADS: '1'
@@ -250,9 +250,9 @@ stages:
250250
strategy:
251251
maxParallel: 4
252252
matrix:
253-
3.10 pip:
253+
3.11 pip:
254254
TEST_MODE: 'pip'
255-
PYTHON_VERSION: '3.10'
255+
PYTHON_VERSION: '3.11'
256256
3.13 pip pre:
257257
TEST_MODE: 'pip-pre'
258258
PYTHON_VERSION: '3.13'

0 commit comments

Comments
 (0)