We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfb79d commit 00c73ceCopy full SHA for 00c73ce
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
clippy:
6
strategy:
7
matrix:
8
- os: [macos-latest, windows-latest, ubuntu-latest, ubuntu-24.04-arm]
+ os: [macos-latest, windows-latest, ubuntu-latest]
9
runs-on: ${{matrix.os}}
10
steps:
11
- name: Checkout
@@ -25,7 +25,7 @@ jobs:
25
test:
26
27
28
29
30
31
0 commit comments