Skip to content

Commit

Permalink
Try to fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Jun 25, 2024
1 parent 0910e6a commit 8c79f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Build/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c79f45

Please sign in to comment.