Skip to content

Commit e631c4f

Browse files
sync ci/templates/.github/workflows/github-actions.yml with previous commit
1 parent d5594f3 commit e631c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/templates/.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
{% endif %}
3333
{% for os, python_arch in [
3434
['ubuntu', 'x64'],
35-
['macos', 'x64'],
35+
['macos', 'arm64'],
3636
] %}
3737
- name: '{{ env }} ({{ os }})'
3838
python: '{{ python }}'

0 commit comments

Comments
 (0)