|
31 | 31 | - name: Cross-compilation of HiGHS -- x86_64-linux-gnu-cxx11 |
32 | 32 | run: | |
33 | 33 | julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")' |
34 | | - julia --color=yes .github/julia/build_tarballs_release.jl x86_64-linux-gnu-cxx11 --verbose |
| 34 | + julia --color=yes .github/julia/build_tarballs.jl x86_64-linux-gnu-cxx11 --verbose |
35 | 35 |
|
36 | 36 | - name: Archive artifact |
37 | 37 | run: julia --color=yes .github/julia/generate_binaries.jl |
|
66 | 66 | - name: Cross-compilation of HiGHS -- aarch64-linux-gnu-cxx11 |
67 | 67 | run: | |
68 | 68 | julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")' |
69 | | - julia --color=yes .github/julia/build_tarballs_release.jl aarch64-linux-gnu-cxx11 --verbose |
| 69 | + julia --color=yes .github/julia/build_tarballs.jl aarch64-linux-gnu-cxx11 --verbose |
70 | 70 |
|
71 | 71 | - name: Archive artifact |
72 | 72 | run: julia --color=yes .github/julia/generate_binaries.jl |
@@ -101,7 +101,7 @@ jobs: |
101 | 101 | - name: Cross-compilation of HiGHS -- x86_64-w64-mingw32-cxx11 |
102 | 102 | run: | |
103 | 103 | julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")' |
104 | | - julia --color=yes .github/julia/build_tarballs_release.jl x86_64-w64-mingw32-cxx11 --verbose |
| 104 | + julia --color=yes .github/julia/build_tarballs.jl x86_64-w64-mingw32-cxx11 --verbose |
105 | 105 | - name: Archive artifact |
106 | 106 | run: julia --color=yes .github/julia/generate_binaries.jl |
107 | 107 |
|
@@ -135,7 +135,7 @@ jobs: |
135 | 135 | - name: Cross-compilation of HiGHS -- x86_64-apple-darwin-cxx11 |
136 | 136 | run: | |
137 | 137 | julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")' |
138 | | - julia --color=yes .github/julia/build_tarballs_release.jl x86_64-apple-darwin-cxx11 --verbose |
| 138 | + julia --color=yes .github/julia/build_tarballs.jl x86_64-apple-darwin-cxx11 --verbose |
139 | 139 |
|
140 | 140 | - name: Archive artifact |
141 | 141 | run: julia --color=yes .github/julia/generate_binaries.jl |
@@ -170,7 +170,7 @@ jobs: |
170 | 170 | - name: Cross-compilation of HiGHS -- aarch64-apple-darwin-cxx11 |
171 | 171 | run: | |
172 | 172 | julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")' |
173 | | - julia --color=yes .github/julia/build_tarballs_release.jl aarch64-apple-darwin-cxx11 --verbose |
| 173 | + julia --color=yes .github/julia/build_tarballs.jl aarch64-apple-darwin-cxx11 --verbose |
174 | 174 |
|
175 | 175 | - name: Archive artifact |
176 | 176 | run: julia --color=yes .github/julia/generate_binaries.jl |
|
0 commit comments