Skip to content

Commit 1b57d48

Browse files
committed
use gcc from homebrew
1 parent 43307ab commit 1b57d48

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/posix.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,12 @@ jobs:
9393
run: |
9494
echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_${{ matrix.PLAT}})" >> $GITHUB_ENV;
9595
96-
- uses: maxim-lobanov/[email protected]
96+
- name: Setup gcc from homebrew
9797
if: ${{ matrix.os == 'macos-13' }}
98-
with:
99-
xcode-version: '14.3'
98+
run: |
99+
brew reinstall gcc
100+
brew install coreutils
101+
brew install llvm
100102
101103
- name: Print some Environment variable
102104
run: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
[project]
1010
name = "scipy-openblas64"
1111
# v0.3.30
12-
version = "0.3.30.0.0"
12+
version = "0.3.30.0.1"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

0 commit comments

Comments
 (0)