Skip to content

Commit d8cc231

Browse files
committed
fix(ci): Use default architecture chosen by action
1 parent b34f200 commit d8cc231

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ jobs:
110110
with:
111111
python-version: ${{ matrix.python-version }}
112112
cache: 'pip'
113-
architecture: "arm64"
114113

115114
- name: System Info
116115
run: |
@@ -148,7 +147,6 @@ jobs:
148147
uses: actions/setup-python@v5
149148
with:
150149
python-version: "3.9"
151-
architecture: "arm64"
152150

153151
- name: System Info
154152
run: |

0 commit comments

Comments
 (0)