Skip to content

Commit 26030c4

Browse files
author
devizer
committed
pipeline: updated image versions
1 parent 5c5c677 commit 26030c4

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,21 @@ Targets everywhere: Net Framework 2.0+, Net Standard 1.3+, Net Core 1.0+
1111
## Coverage and supported OS
1212
Minimum OS requirements: Linux Kernel 2.6.26, Mac OS 10.9, Windows XP/2003
1313

14-
CPU Usage for sub-tasks and sub-threads requires NET Core, NET Framework 4.6+
14+
CPU Usage for sub-tasks and sub-threads (class ```CpuUsageAsyncWatcher```) requires NET Core, NET Framework 4.6+
1515

16-
### Autotests using .NET Core and .NET Framework cover:
16+
### Auto-tests using .NET Core and .NET Framework coverage
1717
- Linux running on X64, arm64, armhf, armv5 and i386, kernel varies 3.16 ... 6.8
1818
- Windows Server 2016 ... 2025
1919
- macOS on X64 and Apple Silicon
2020

21-
### Manually tested on:
21+
### Manually tested on
2222
- Termux on non-rooted arm64 phone.
2323
- WSL v1 and v2
2424
- Windows 10 ARM64 (.NET Core)
2525
- FreeBSD 12 (both .NET Core and Mono).
2626

2727

28+
2829
| appveyor | travis-ci |
2930
|----------------------------|-------------------------------------------------------------------------------------------|
3031
| .NET Core: **Linux** x64, **Windows** x64. <br>Mono: **Linux** x64. | .NET Core: **macOS** 10.14, **Linux** Arm 64. <br>Mono: **Linux** Arm 64, Arm-v7, i386, **macOS** 10.10. |

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ jobs:
8686
strategy:
8787
maxParallel: 9
8888
matrix:
89-
'Ubuntu 20.04':
90-
VMIMAGE: 'ubuntu-20.04'
89+
'Ubuntu 22.04':
90+
VMIMAGE: 'ubuntu-22.04'
9191
OS: Linux
9292
'Ubuntu 24.04':
9393
VMIMAGE: 'ubuntu-24.04'
9494
OS: Linux
9595
'MacOS Latest':
9696
VMIMAGE: 'macOS-latest'
9797
OS: OSX
98-
'MacOS 12':
99-
VMIMAGE: 'macOS-12'
98+
'MacOS 13':
99+
VMIMAGE: 'macOS-13'
100100
OS: OSX
101101
'Win 2019':
102102
VMIMAGE: 'windows-2019'

0 commit comments

Comments
 (0)