Skip to content

Commit

Permalink
Temporary disable MacOS on GitHub because .NET 9.0 Preview failure
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Jun 3, 2024
1 parent 535e10b commit f71c2f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aspnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [macos-11, ubuntu-22.04, windows-latest]
#runs-on: [macos-11, ubuntu-22.04, windows-latest] disable
runs-on: [ubuntu-22.04, windows-latest]
name: ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
steps:
Expand Down

0 comments on commit f71c2f5

Please sign in to comment.