Skip to content

Commit bc8b19e

Browse files
committed
typo
1 parent 96ea6bf commit bc8b19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python-architecture: arm64
3232
- os: windows-2019
3333
exclude:
34-
# actions/setup-python does not provide prebuilt arm Python before 3.11
34+
# actions/setup-python does not provide prebuilt arm64 Python before 3.11
3535
- python-architecture: arm64
3636
python-version: "3.8"
3737
- python-architecture: arm64
@@ -134,7 +134,7 @@ jobs:
134134
- name: Set up latest stable Python
135135
uses: actions/setup-python@v5
136136
with:
137-
python-version: 3.x
137+
python-version: ${{ matrix.python-version }}
138138
architecture: x64
139139
cache: pip
140140
cache-dependency-path: .github/workflows/main.yml

0 commit comments

Comments
 (0)