fix: Disable arm on testing workflow

This commit is contained in:
2025-09-02 14:55:40 +10:00
parent d483cfdcfd
commit 06b1eea9ef

View File

@@ -5,7 +5,7 @@ on:
jobs:
Python-Compatibility:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, amd]
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']