Skip to content

Commit d86c32f

Browse files
authored
fix macos- condition
1 parent 0b90066 commit d86c32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: "3.10"
3030
runs-on: ${{ matrix.platform }}
3131
steps:
32-
- if: matrix.platform == 'macos-latest'
32+
- if: startsWith(matrix.platform, 'macos-')
3333
run: brew reinstall gcc
3434

3535
- if: matrix.platform == 'windows-latest'

0 commit comments

Comments
 (0)