Skip to content

Commit 783e61c

Browse files
author
devizer
committed
Kernel 3.16...6.8 Refactor Pipeline, Crossplatform tests ***NO_CI***
1 parent d684ab5 commit 783e61c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
'ARM64 Windows':
6868
POOL_NAME: 'ARM64Win-pool'
6969
OS: Windows
70-
SKIP_SDK_INSTALL: True
70+
SKIP_SDK_INSTALL: 'True'
7171
'ARMv7 Linux':
7272
POOL_NAME: 'armv7-pool'
7373
OS: Linux
@@ -84,11 +84,14 @@ jobs:
8484
vmImage: $(VMIMAGE)
8585
timeoutInMinutes: 45
8686
strategy:
87-
maxParallel: 8
87+
maxParallel: 9
8888
matrix:
8989
'Ubuntu 20.04':
9090
VMIMAGE: 'ubuntu-20.04'
9191
OS: Linux
92+
'Ubuntu 24.04':
93+
VMIMAGE: 'ubuntu-24.04'
94+
OS: Linux
9295
'MacOS Latest':
9396
VMIMAGE: 'macOS-latest'
9497
OS: OSX

0 commit comments

Comments
 (0)