Skip to content

Commit e61f111

Browse files
committed
Remove ubuntu arm from ci
Add this back after investigating why it failed.
1 parent 0cd4956 commit e61f111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test_zig:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm]
13+
os: [ubuntu-latest, macos-latest, windows-latest]
1414

1515
runs-on: ${{matrix.os}}
1616

0 commit comments

Comments
 (0)