Skip to content

Commit 36aa1ee

Browse files
committed
Can now run macOS Python 3.12 build.
1 parent 55d9e67 commit 36aa1ee

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/choose_branch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/devel.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
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" }

.github/workflows/main.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ jobs:
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:

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)