Skip to content

Commit

Permalink
testing macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Mar 9, 2025
1 parent 957e1da commit ef616f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ runs:
if: inputs.os == 'macos-13'
shell: bash
run: |
brew reinstall mono --force
brew reinstall pkg-config --force
brew reinstall mono --overwrite
brew reinstall pkg-config --overwrite
- name: Versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
needs: build
strategy:
matrix:
os: [macos-13, macos-14]
os: [macos-13, macos-15]
# os: [windows-2022, macos-13, macos-15]
fail-fast: false

Expand Down

0 comments on commit ef616f8

Please sign in to comment.