Skip to content

Commit

Permalink
Fix macos actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Feb 11, 2024
1 parent 98777f2 commit 92175c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-uc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
# python-version: ${{ matrix.config.python-ver }}

- name: '🚧 Mac build'
if: contains(matrix.config.name, 'macos-x64')
if: contains(matrix.config.name, 'macos')
shell: bash
run: |
brew install p7zip cmake ninja pkg-config
Expand Down

0 comments on commit 92175c2

Please sign in to comment.