Skip to content

Commit

Permalink
Lefave macos-14 for another day...
Browse files Browse the repository at this point in the history
  • Loading branch information
ahankinson committed May 7, 2024
1 parent ae3e489 commit e1b8640
Showing 1 changed file with 23 additions and 24 deletions.
47 changes: 23 additions & 24 deletions .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ jobs:
fail-fast: false
# Build the wheels for Linux, Windows and macOS
matrix:
os: [macos-13, macos-14, windows-latest, ubuntu-latest]
os: [macos-13, windows-latest, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
architecture: [x86, x64]
include:
- os: macos-13
architecture: x64
platform_id: macosx_*
- os: macos-14
architecture: arm64
platform_id: macosx_*
python-version: "3.10"
- os: macos-14
architecture: arm64
platform_id: macosx_*
python-version: "3.11"
- os: macos-14
architecture: arm64
platform_id: macosx_*
python-version: "3.12"
# - os: macos-14
# architecture: arm64
# platform_id: macosx_*
# python-version: "3.10"
# - os: macos-14
# architecture: arm64
# platform_id: macosx_*
# python-version: "3.11"
# - os: macos-14
# architecture: arm64
# platform_id: macosx_*
# python-version: "3.12"
- os: windows-latest
architecture: x64
platform_id: win_amd64
Expand All @@ -56,17 +56,16 @@ jobs:
architecture: x86
- os: ubuntu-latest
architecture: x86
- os: macos-14
architecture: "x86"
- os: macos-14
architecture: "x64"
- os: macos-14
python-version: "3.8"
- os: macos-14
python-version: "3.9"
- os: macos-14
python-version: "3.10"

# - os: macos-14
# architecture: "x86"
# - os: macos-14
# architecture: "x64"
# - os: macos-14
# python-version: "3.8"
# - os: macos-14
# python-version: "3.9"
# - os: macos-14
# python-version: "3.10"

steps:
#===============================================#
Expand Down

0 comments on commit e1b8640

Please sign in to comment.