Skip to content

Commit

Permalink
Don't test AOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Feb 7, 2025
1 parent 653453a commit 066da5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
include:
- os: macos-13
- os: ubuntu-latest
test_aot: true
test_aot: false
rid: linux-x64
- os: ubuntu-latest
SystemTextJsonVersion: 8.0.1
Expand All @@ -31,13 +31,13 @@ jobs:
docs: true
coverage: true
test_legacy: true
test_aot: true
test_aot: false
rid: win-x64
- os: macos-14
test_aot: true
test_aot: false
rid: osx-arm64
- os: ubuntu-22-arm-32gb
test_aot: true
test_aot: false
rid: linux-arm64


Expand Down

0 comments on commit 066da5a

Please sign in to comment.