Skip to content

Commit 92175c2

Browse files
committed
Fix macos actions
1 parent 98777f2 commit 92175c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-uc2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
# python-version: ${{ matrix.config.python-ver }}
327327

328328
- name: '🚧 Mac build'
329-
if: contains(matrix.config.name, 'macos-x64')
329+
if: contains(matrix.config.name, 'macos')
330330
shell: bash
331331
run: |
332332
brew install p7zip cmake ninja pkg-config

0 commit comments

Comments
 (0)