From 5c480979affda8c52224ac9c1ed3f632d821b5ab Mon Sep 17 00:00:00 2001 From: mattip Date: Wed, 2 Jul 2025 23:15:21 +0300 Subject: [PATCH] update to macos-latest --- .github/workflows/posix.yml | 14 +++++++------- gfortran-install | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/posix.yml b/.github/workflows/posix.yml index 93567d2..e567c27 100644 --- a/.github/workflows/posix.yml +++ b/.github/workflows/posix.yml @@ -23,16 +23,16 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-13] + os: [ubuntu-latest, macos-latest] PLAT: [i686, x86_64] INTERFACE64: ['0', '1'] MB_ML_VER: ['2014'] MB_ML_LIBC: ['manylinux'] include: - - os: macos-13 + - os: macos-latest PLAT: arm64 INTERFACE64: '1' - - os: macos-13 + - os: macos-latest PLAT: arm64 INTERFACE64: '0' - os: ubuntu-latest @@ -67,7 +67,7 @@ jobs: exclude: - PLAT: i686 - os: macos-13 + os: macos-latest - PLAT: i686 INTERFACE64: '1' env: @@ -94,9 +94,9 @@ jobs: echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_${{ matrix.PLAT}})" >> $GITHUB_ENV; - uses: maxim-lobanov/setup-xcode@v1.6.0 - if: ${{ matrix.os == 'macos-13' }} + if: ${{ matrix.os == 'macos-latest' }} with: - xcode-version: '14.3' + xcode-version: '15.4' - name: Print some Environment variable run: | @@ -137,7 +137,7 @@ jobs: version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e "s/^v\(.*\)-g.*/\1/" | sed -e "s/-/./g") sed -e "s/^version = .*/version = \"${version}\"/" -i.bak pyproject.toml fi - if [ "macos-13" == "${{ matrix.os }}" ]; then + if [ "macos-latest" == "${{ matrix.os }}" ]; then source tools/build_wheel.sh else libc=${MB_ML_LIBC:-manylinux} diff --git a/gfortran-install b/gfortran-install index 47bb0df..3dd38d9 160000 --- a/gfortran-install +++ b/gfortran-install @@ -1 +1 @@ -Subproject commit 47bb0df1e6f766503f81e4fd3d5d2acadd887393 +Subproject commit 3dd38d9ce78b3890598cb0eff18a7bec50c06f5e diff --git a/pyproject.toml b/pyproject.toml index 842951f..90bc7f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "scipy-openblas64" # v0.3.30 -version = "0.3.30.0.1" +version = "0.3.30.0.2" requires-python = ">=3.7" description = "Provides OpenBLAS for python packaging" readme = "README.md"