From 86410484c582b6fe83de696f238593c7c22b2aa4 Mon Sep 17 00:00:00 2001 From: agracio Date: Sat, 16 Mar 2024 14:58:41 +0000 Subject: [PATCH] updating github actions --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e6361c3..2a5b63ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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