Skip to content

Commit

Permalink
Run AOT CI on Ubuntu. (#4734)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Ting authored Aug 2, 2023
1 parent f148e11 commit 01c3856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-aot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
os: [ windows-latest ]
os: [ ubuntu-latest ]
version: [ net7.0 ]

runs-on: ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions build/assert-publish-aot-testApp-warning-count.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ foreach ($line in $($publishOutput -split "`r`n"))
{
if ($line -like "*analysis warning IL*")
{
Write-Host $line
$actualWarningCount += 1
}
}
Expand Down

0 comments on commit 01c3856

Please sign in to comment.