Skip to content

Commit

Permalink
Disable macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed Nov 18, 2024
1 parent c5674aa commit 7ea275d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on: [macos-latest, ubuntu-22.04, windows-latest]
#runs-on: [macos-latest, ubuntu-22.04, windows-latest]
runs-on: [ubuntu-22.04, windows-latest]
name: ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
steps:
Expand Down

0 comments on commit 7ea275d

Please sign in to comment.