Skip to content

Commit

Permalink
Disable macos test and build because it always fails a test
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Sep 3, 2024
1 parent 32e8ab4 commit 0c29841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os:
- "windows-latest"
- "ubuntu-latest"
- "macos-latest"
#- "macos-latest"
dotnet:
- "8.0"
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os:
- "windows-latest"
- "ubuntu-latest"
- "macos-latest"
#- "macos-latest"
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout"
Expand Down

0 comments on commit 0c29841

Please sign in to comment.