Skip to content

Commit

Permalink
disable macOS GHA builds (#871)
Browse files Browse the repository at this point in the history
- getting error: "Could not find 'dotnet' host for the 'X64' architecture."
  • Loading branch information
irahopkinson authored Apr 23, 2024
1 parent 29941f9 commit d719195
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest]
dotnet_version: [8.0.x]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest]
dotnet_version: [8.0.x]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest]
dotnet_version: [8.0.x]

steps:
Expand Down

0 comments on commit d719195

Please sign in to comment.