forked from nathanwoodburn/firewalletbrowser
fix: Disable arm on testing workflow
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user