We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868443e commit 4f5a7acCopy full SHA for 4f5a7ac
1 file changed
.github/workflows/CI.yml
@@ -90,10 +90,6 @@ jobs:
90
runner: ubuntu-latest
91
- target: aarch64-unknown-linux-musl
92
93
- - target: i686-unknown-linux-gnu
94
- runner: ubuntu-latest
95
- - target: armv7-unknown-linux-gnueabihf
96
97
steps:
98
- uses: actions/checkout@v4
99
@@ -128,7 +124,6 @@ jobs:
128
124
matrix:
129
125
target:
130
126
- x86_64-pc-windows-msvc
131
- - i686-pc-windows-msvc
132
127
133
134
0 commit comments