Skip to content

Commit 1c59367

Browse files
committed
used macos-15 images
1 parent 970cb75 commit 1c59367

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/workflows/posix.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff 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
@@ -67,7 +67,7 @@ jobs:
6767

6868
exclude:
6969
- PLAT: i686
70-
os: macos-latest
70+
os: macos-15-intel
7171
- PLAT: i686
7272
INTERFACE64: '1'
7373
env:
@@ -93,11 +93,6 @@ jobs:
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}"

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.2"
12+
version = "0.3.30.0.3"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

0 commit comments

Comments
 (0)