Skip to content

Commit c3c3a28

Browse files
authored
Merge pull request #247 from robotpy/ci-arm
ci: Test on native ARM64
2 parents 4b78303 + 288f732 commit c3c3a28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/dist.yml

+7
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ jobs:
103103
architecture: x86
104104
- os: ubuntu-22.04
105105
architecture: x86
106+
include:
107+
- os: macos-14
108+
python_version: 3.9
109+
architecture: arm64
110+
- os: ubuntu-22.04-arm
111+
python_version: 3.11
112+
architecture: arm64
106113

107114
steps:
108115
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)