Skip to content

Commit 50591b8

Browse files
committed
it is macos
1 parent 4eabfac commit 50591b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
echo "LIB=$PYPY_EXTERNALS_PATH/lib;$LIB" >> $GITHUB_ENV
167167
# echo "CL=${{ matrix.PYTHON.CL_FLAGS }}" >> $GITHUB_ENV
168168
- name: Add Brew
169-
if: ${{ matrix.os.matrix == 'darwin' && matrix.python.implementation == 'pypy'}}
169+
if: ${{ matrix.os.matrix == 'macos' && matrix.python.implementation == 'pypy'}}
170170
shell: bash
171171
run: |
172172
brew install [email protected] rust

0 commit comments

Comments
 (0)