Skip to content

Commit 61fa4ae

Browse files
committed
Update expected NativeAOT image sizes
1 parent 75788eb commit 61fa4ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
# Allow variance of a small threshold of the expected value.
6969
# Fail even if it's smaller than anticipated so that the expected window can be shrunk in this file.
7070
if ($IsLinux) {
71-
$ExpectedSize = 8.01
71+
$ExpectedSize = 7.03
7272
} elseif ($IsMacOS) {
73-
$ExpectedSize = 7.87
73+
$ExpectedSize = 6.43
7474
} else {
75-
$ExpectedSize = 6.79
75+
$ExpectedSize = 6.83
7676
}
7777
$AllowedVariance = 0.2
7878
$SizeCheckPassed = [math]::Abs($ActualSize - $ExpectedSize) -le $AllowedVariance

0 commit comments

Comments
 (0)