Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/build-cibw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,37 +76,37 @@ jobs:
manylinux_image: manylinux2014

# MacOS x86_64
- os: macos-13
- os: macos-15-intel
python_version: "3.10"
cibw_python_version: 310
platform_id: macosx_x86_64
- os: macos-13
- os: macos-15-intel
python_version: "3.11"
cibw_python_version: 311
platform_id: macosx_x86_64
- os: macos-13
- os: macos-15-intel
python_version: "3.12"
cibw_python_version: 312
platform_id: macosx_x86_64
- os: macos-13
- os: macos-15-intel
python_version: "3.13"
cibw_python_version: 313
platform_id: macosx_x86_64

# MacOS arm64
- os: macos-14
- os: macos-latest
python_version: "3.10"
cibw_python_version: 310
platform_id: macosx_arm64
- os: macos-14
- os: macos-latest
python_version: "3.11"
cibw_python_version: 311
platform_id: macosx_arm64
- os: macos-14
- os: macos-latest
python_version: "3.12"
cibw_python_version: 312
platform_id: macosx_arm64
- os: macos-14
- os: macos-latest
python_version: "3.13"
cibw_python_version: 313
platform_id: macosx_arm64
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@ jobs:
# Github Actions requires a single row to be added to the build matrix.
# See https://help.github.com/en/articles/workflow-syntax-for-github-actions.
name: [
macos-13-xcode-14.2,
macos-14-xcode-15.4,
macos-15-xcode-16,
macos-14-xcode-15.4-boost,
macos-14-xcode-15.4-geographiclib,
]

build_type: [Debug, Release]
build_unstable: [ON]
include:
- name: macos-13-xcode-14.2
os: macos-13
compiler: xcode
version: "14.2"

- name: macos-14-xcode-15.4
os: macos-14
compiler: xcode
version: "15.4"

- name: macos-15-xcode-16
os: macos-15
compiler: xcode
version: "16"

- name: macos-14-xcode-15.4-boost
os: macos-14
compiler: xcode
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
[
ubuntu-22.04-gcc-9,
ubuntu-22.04-clang-11,
macos-13-xcode-14.2,
macos-14-xcode-15.4,
macos-15-xcode-16,
windows-2022-msbuild,
]

Expand All @@ -87,16 +87,16 @@ jobs:
compiler: clang
version: "11"

- name: macos-13-xcode-14.2
os: macos-13
compiler: xcode
version: "14.2"

- name: macos-14-xcode-15.4
os: macos-14
compiler: xcode
version: "15.4"

- name: macos-15-xcode-16
os: macos-15
compiler: xcode
version: "16"

- name: windows-2022-msbuild
os: windows-2022
platform: 64
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/prod-cibw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,37 +61,37 @@ jobs:
manylinux_image: manylinux2014

# MacOS x86_64
- os: macos-13
- os: macos-15-intel
python_version: "3.10"
cibw_python_version: 310
platform_id: macosx_x86_64
- os: macos-13
- os: macos-15-intel
python_version: "3.11"
cibw_python_version: 311
platform_id: macosx_x86_64
- os: macos-13
- os: macos-15-intel
python_version: "3.12"
cibw_python_version: 312
platform_id: macosx_x86_64
- os: macos-13
- os: macos-15-intel
python_version: "3.13"
cibw_python_version: 313
platform_id: macosx_x86_64

# MacOS arm64
- os: macos-14
- os: macos-latest
python_version: "3.10"
cibw_python_version: 310
platform_id: macosx_arm64
- os: macos-14
- os: macos-latest
python_version: "3.11"
cibw_python_version: 311
platform_id: macosx_arm64
- os: macos-14
- os: macos-latest
python_version: "3.12"
cibw_python_version: 312
platform_id: macosx_arm64
- os: macos-14
- os: macos-latest
python_version: "3.13"
cibw_python_version: 313
platform_id: macosx_arm64
Expand Down
Loading