ci: don't specify -gnu on test triple

This commit is contained in:
Mitchell Hashimoto
2023-10-17 13:07:18 -07:00
parent 8f46d114c0
commit b0f95263fc

View File

@ -8,8 +8,8 @@ jobs:
os: [ubuntu-latest] os: [ubuntu-latest]
target: [ target: [
aarch64-linux-gnu, aarch64-linux,
x86_64-linux-gnu, x86_64-linux,
# No windows support currently. # No windows support currently.
# i386-windows, # i386-windows,
# x86_64-windows-gnu, # x86_64-windows-gnu,