forked from nathanwoodburn/firewalletbrowser
fix: Disable arm on testing workflow
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Python-Compatibility:
|
Python-Compatibility:
|
||||||
runs-on: ubuntu-latest
|
runs-on: [ubuntu-latest, amd]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
||||||
|
|||||||
Reference in New Issue
Block a user