Skip to content

Commit fc46fc7

Browse files
committed
Python 3.12 macOS builds are now available. [ci skip]
1 parent 383bed6 commit fc46fc7

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/devel.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,13 @@ jobs:
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:

.github/workflows/main.yaml

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

.github/workflows/pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)