File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 - platform :
3232 { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
3333 python-version : " 3.10"
34- - platform : { name: "windows", os: "windows-latest", shell: "pwsh" }
35- python-version : " 3.10"
3634 - platform :
3735 { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
38- python-version : " 3.12" # MacOS can't run 3.12 yet...
36+ python-version : " 3.11"
37+ - platform : { name: "windows", os: "windows-latest", shell: "pwsh" }
38+ python-version : " 3.10"
3939 - platform : { name: "windows", os: "windows-latest", shell: "pwsh" }
4040 python-version : " 3.11"
4141 environment :
Original file line number Diff line number Diff line change 2828 # but Linux
2929 - platform :
3030 { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
31- python-version : " 3.12" # MacOS can't run 3.12 yet... We want 3.10 and 3.11
31+ python-version : " 3.10"
32+ - platform :
33+ { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
34+ python-version : " 3.11"
3235 - platform : { name: "windows", os: "windows-latest", shell: "pwsh" }
3336 python-version : " 3.10"
3437 - platform : { name: "windows", os: "windows-latest", shell: "pwsh" }
Original file line number Diff line number Diff line change 2929 - { name: "windows", os: "windows-latest", shell: "pwsh" }
3030 - { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
3131 - { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
32- exclude :
33- - platform :
34- { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
35- python-version : " 3.12" # MacOS can't run 3.12 yet...
32+ # No exclusions - release builds all combinations
3633 environment :
3734 name : sire-build
3835 defaults :
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 - platform :
2929 { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
3030 python-version : " 3.10"
31- - platform : { name: "windows", os: "windows-latest", shell: "pwsh" }
32- python-version : " 3.10"
3331 - platform :
3432 { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
35- python-version : " 3.12" # MacOS can't run 3.12 yet...
33+ python-version : " 3.11"
34+ - platform : { name: "windows", os: "windows-latest", shell: "pwsh" }
35+ python-version : " 3.10"
3636 - platform : { name: "windows", os: "windows-latest", shell: "pwsh" }
3737 python-version : " 3.11"
3838 environment :
You can’t perform that action at this time.
0 commit comments