We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d745b commit 9408100Copy full SHA for 9408100
2 files changed
.github/workflows/devel.yaml
@@ -17,7 +17,7 @@ jobs:
17
platform:
18
- { name: "linux", os: "ubuntu-latest", shell: "bash -l {0}" }
19
- { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
20
- exclude:
+ exclude:
21
# Exclude all but the latest Python from all
22
# but Linux
23
- platform:
.github/workflows/main.yaml
@@ -20,6 +20,10 @@ jobs:
24
+ - platform:
25
+ { name: "macos", os: "macos-latest", shell: "bash -l {0}" }
26
+ python-version: "3.12" # MacOS can't run 3.12 yet... We want 3.10 and 3.11
27
environment:
28
name: loch-build
29
defaults:
0 commit comments