Skip to content

Commit d4ce08d

Browse files
authored
Update libzedmd-python-pybind11-extension.yml
1 parent 63b7d1d commit d4ce08d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/libzedmd-python-pybind11-extension.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
uses: actions/setup-python@v5
6464
with:
6565
architecture: 'x86'
66-
python-version: 3.12
66+
python-version: 3.12.4
6767

68-
- if: endsWith(matrix.arch, '64')
68+
- if: (matrix.arch == 'x64') || (matrix.arch == 'arm64')
6969
name: Set up Python x64
7070
uses: actions/setup-python@v5
7171
with:
7272
architecture: 'x64'
73-
python-version: 3.12
73+
python-version: 3.12.4
7474

7575
- if: (matrix.platform == 'macos')
7676
name: Add autoconf and automake (mac runner)

0 commit comments

Comments
 (0)