Skip to content

Commit

Permalink
updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 16, 2024
1 parent 6e19aac commit 8641048
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [windows-2019]
# os: [macos-latest, ubuntu-latest, windows-2019]
fail-fast: false
steps:
- name: Checkout code
Expand All @@ -22,7 +23,7 @@ jobs:
dotnet-version: '8.0.x' # SDK Version to use; x will use the latest version of the 8.0 channel

- if: runner.os == 'macOS'
name: Remove Mono
name: Remove Mono from macOS
run: |
sudo rm -rf /Library/Frameworks/Mono.framework
sudo pkgutil --forget com.xamarin.mono-MDK.pkg
Expand Down

0 comments on commit 8641048

Please sign in to comment.