File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,19 +89,19 @@ jobs:
89
89
include :
90
90
- platform : Ubuntu 24.04
91
91
os : " ubuntu-24.04"
92
- test-script : " ./unix.sh linux"
92
+ test-script : " ./unix.sh linux x64 "
93
93
- platform : Ubuntu 22.04
94
94
os : " ubuntu-22.04"
95
- test-script : " ./unix.sh linux"
95
+ test-script : " ./unix.sh linux x64 "
96
96
- platform : Ubuntu 20.04
97
97
os : " ubuntu-20.04"
98
- test-script : " ./unix.sh linux"
98
+ test-script : " ./unix.sh linux x64 "
99
99
- platform : MacOS 14 (M1)
100
100
os : " macos-14"
101
- test-script : " ./unix.sh darwin"
101
+ test-script : " ./unix.sh darwin arm64 "
102
102
- platform : MacOS 13
103
103
os : " macos-13"
104
- test-script : " ./unix.sh darwin"
104
+ test-script : " ./unix.sh darwin x64 "
105
105
- platform : Windows 2022
106
106
os : " windows-2022"
107
107
test-script : " .\\ windows.bat"
You can’t perform that action at this time.
0 commit comments