File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
1919 - { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
2020 exclude :
21+ # Exclude all but the latest Python from macOS
2122 - platform :
2223 { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
23- python-version : " 3.12" # MacOS can't run 3.12 yet... We want 3.10 and 3.11
24+ python-version : " 3.10"
25+ - platform :
26+ { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
27+ python-version : " 3.11"
2428 environment :
2529 name : somd2-build
2630 defaults :
Original file line number Diff line number Diff line change 2020 platform :
2121 - { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
2222 - { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
23- exclude :
24- - platform :
25- { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
26- python-version : " 3.12" # MacOS can't run 3.12 yet...
23+ # No exclusions - release builds all combinations
2724 environment :
2825 name : somd2-build
2926 defaults :
Original file line number Diff line number Diff line change @@ -17,12 +17,13 @@ jobs:
1717 - { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
1818 - { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
1919 exclude :
20+ # Exclude all but the latest Python from macOS
2021 - platform :
2122 { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
2223 python-version : " 3.10"
2324 - platform :
2425 { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
25- python-version : " 3.12 " # MacOS can't run 3.12 yet...
26+ python-version : " 3.11 "
2627 environment :
2728 name : somd2-build
2829 defaults :
You can’t perform that action at this time.
0 commit comments