We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b7d1d commit d4ce08dCopy full SHA for d4ce08d
.github/workflows/libzedmd-python-pybind11-extension.yml
@@ -63,14 +63,14 @@ jobs:
63
uses: actions/setup-python@v5
64
with:
65
architecture: 'x86'
66
- python-version: 3.12
+ python-version: 3.12.4
67
68
- - if: endsWith(matrix.arch, '64')
+ - if: (matrix.arch == 'x64') || (matrix.arch == 'arm64')
69
name: Set up Python x64
70
71
72
architecture: 'x64'
73
74
75
- if: (matrix.platform == 'macos')
76
name: Add autoconf and automake (mac runner)
0 commit comments