Skip to content

Commit

Permalink
Rollback macos-latest, python 3.9 also not available
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Jun 25, 2024
1 parent ddaff57 commit 240059e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pip-build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ env:

jobs:
build:
runs-on: macos-latest
# Should use macos-latest, but python 3.8 and 3.9 is no more available from macos-14
runs-on: macos-13
strategy:
max-parallel: 4
matrix:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pip-packaging-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
# numpy~=1.21.4 means any numpy=1.21.*, but also numpy>=1.21.4 (numpy~=1.21 do not work as it means any numpy==1.*)
jobs:
build:
# Should use macos-latest, but python 3.8 is no more available from macos-14
# Should use macos-latest, but python 3.8 and 3.9 is no more available from macos-14
runs-on: macos-13
name: Build wheels for Python 3.8
steps:
Expand Down Expand Up @@ -69,7 +69,8 @@ jobs:
# NumPy packages for osx x86 and arm are only available from 1.21.2, but stable for both versions from 1.21.4 and python 3.8+
jobs:
build:
runs-on: macos-latest
# Should use macos-latest, but python 3.8 and 3.9 is no more available from macos-14
runs-on: macos-13
strategy:
max-parallel: 4
matrix:
Expand Down

0 comments on commit 240059e

Please sign in to comment.