File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
2323 strategy :
2424 fail-fast : false
2525 matrix :
26- os : [ubuntu-latest, macos-latest ]
26+ os : [ubuntu-latest, macos-15-intel ]
2727 PLAT : [i686, x86_64]
2828 INTERFACE64 : ['0', '1']
2929 MB_ML_VER : ['2014']
3030 MB_ML_LIBC : ['manylinux']
3131 include :
32- - os : macos-latest
32+ - os : macos-15
3333 PLAT : arm64
3434 INTERFACE64 : ' 1'
35- - os : macos-latest
35+ - os : macos-15
3636 PLAT : arm64
3737 INTERFACE64 : ' 0'
3838 - os : ubuntu-latest
6767
6868 exclude :
6969 - PLAT : i686
70- os : macos-latest
70+ os : macos-15-intel
7171 - PLAT : i686
7272 INTERFACE64 : ' 1'
7373 env :
9393 run : |
9494 echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_${{ matrix.PLAT}})" >> $GITHUB_ENV;
9595
96- - uses : maxim-lobanov/setup-xcode@v1.6.0
97- if : ${{ matrix.os == 'macos-latest' }}
98- with :
99- xcode-version : ' 15.4'
100-
10196 - name : Print some Environment variable
10297 run : |
10398 echo "PLAT: ${PLAT}"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99[project ]
1010name = " scipy-openblas64"
1111# v0.3.30
12- version = " 0.3.30.0.2 "
12+ version = " 0.3.30.0.3 "
1313requires-python = " >=3.7"
1414description = " Provides OpenBLAS for python packaging"
1515readme = " README.md"
You can’t perform that action at this time.
0 commit comments