Skip to content

Commit 97ee68b

Browse files
committed
Disable linux arm for now
1 parent 4a391c0 commit 97ee68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
args: '--target x86_64-apple-darwin'
2323
- platform: 'ubuntu-22.04'
2424
args: ''
25-
- platform: 'ubuntu-22.04-arm'
26-
args: ''
25+
# - platform: 'ubuntu-22.04-arm'
26+
# args: ''
2727
- platform: 'windows-2025'
2828
args: ''
2929
runs-on: ${{ matrix.platform }}

0 commit comments

Comments
 (0)