Skip to content

Commit

Permalink
[GA] do not use setup-xamarin on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Apr 29, 2024
1 parent f9f7bea commit 4e0be2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y libgfortran5:i386
- name: Set up Mono (macOS)
if: ${{ matrix.os == 'macos-13' }}
uses: maxim-lobanov/setup-xamarin@v1
with:
mono-version: latest
# - name: Set up Mono (macOS)
# if: ${{ matrix.os == 'macos-13' }}
# uses: maxim-lobanov/setup-xamarin@v1
# with:
# mono-version: latest
- name: Mono version (non Windows)
if: ${{ matrix.os != 'windows-latest' }}
run: mono --version
Expand Down

0 comments on commit 4e0be2a

Please sign in to comment.