Skip to content

Commit 0d111d3

Browse files
lzaoralkdudka
authored andcommitted
CI: use the latest Python release on macOS
... so that we do not need to bump the version manually in the YAML file Fixes: commit 56ac540 Related: #214
1 parent a61fae3 commit 0d111d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
brew install boost boost-python3 help2man
3232
3333
- name: Build and check
34-
run: make distcheck CMAKE='cmake -DPython3_EXECUTABLE=/opt/homebrew/bin/python3.12'
34+
run: make distcheck CMAKE="cmake -DPython3_EXECUTABLE=/opt/homebrew/bin/$(brew info boost-python3 | grep -oE 'python@3.\d+' | tr -d @)"

0 commit comments

Comments
 (0)