diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d133b44..656679d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-latest, ubuntu-latest, macos-latest-large] steps: - uses: actions/checkout@v2 diff --git a/Build/steps.yml b/Build/steps.yml index 1f670f4e..9eed332a 100644 --- a/Build/steps.yml +++ b/Build/steps.yml @@ -51,7 +51,7 @@ steps: - task: Bash@3 displayName: Set Mono Version inputs: - type: InlineScript + targetType: inline script: | # use Mono 6.4.0 version SYMLINK=6.4.0