@@ -111,40 +111,40 @@ jobs:
111111 name : diffblas_binaries.${{ github.ref_name }}.x86_64-w64-mingw32-libgfortran5.zip
112112 path : ./diffblas_binaries.${{ github.ref_name }}.x86_64-w64-mingw32-libgfortran5.zip
113113
114- build-mac-x64 :
115- name : diffblas -- macOS (x86_64) -- Release ${{ github.ref_name }}
116- runs-on : ubuntu-latest
117- steps :
118- - name : Checkout diffblas
119- uses : actions/checkout@v4
120-
121- - name : Install Julia
122- uses : julia-actions/setup-julia@v2
123- with :
124- version : " 1.7"
125- arch : x64
126-
127- - name : Set the environment variables BINARYBUILDER_AUTOMATIC_APPLE, DIFFBLAS_RELEASE, DIFFBLAS_COMMIT, DIFFBLAS_URL
128- shell : bash
129- run : |
130- echo "BINARYBUILDER_AUTOMATIC_APPLE=true" >> $GITHUB_ENV
131- echo "DIFFBLAS_RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
132- echo "DIFFBLAS_COMMIT=${{ github.sha }}" >> $GITHUB_ENV
133- echo "DIFFBLAS_URL=https://github.com/${{ github.repository }}.git" >> $GITHUB_ENV
134-
135- - name : Cross-compilation of diffblas -- x86_64-apple-darwin-libgfortran5
136- run : |
137- julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
138- julia --color=yes .github/julia/build_tarballs.jl x86_64-apple-darwin-libgfortran5 --verbose
139-
140- - name : Archive artifact
141- run : julia --color=yes .github/julia/generate_binaries.jl
142-
143- - name : Upload artifact
144- uses : actions/upload-artifact@v4
145- with :
146- name : diffblas_binaries.${{ github.ref_name }}.x86_64-apple-darwin-libgfortran5.tar.gz
147- path : ./diffblas_binaries.${{ github.ref_name }}.x86_64-apple-darwin-libgfortran5.tar.gz
114+ # build-mac-x64:
115+ # name: diffblas -- macOS (x86_64) -- Release ${{ github.ref_name }}
116+ # runs-on: ubuntu-latest
117+ # steps:
118+ # - name: Checkout diffblas
119+ # uses: actions/checkout@v4
120+
121+ # - name: Install Julia
122+ # uses: julia-actions/setup-julia@v2
123+ # with:
124+ # version: "1.7"
125+ # arch: x64
126+
127+ # - name: Set the environment variables BINARYBUILDER_AUTOMATIC_APPLE, DIFFBLAS_RELEASE, DIFFBLAS_COMMIT, DIFFBLAS_URL
128+ # shell: bash
129+ # run: |
130+ # echo "BINARYBUILDER_AUTOMATIC_APPLE=true" >> $GITHUB_ENV
131+ # echo "DIFFBLAS_RELEASE=${{ github.ref_name }}" >> $GITHUB_ENV
132+ # echo "DIFFBLAS_COMMIT=${{ github.sha }}" >> $GITHUB_ENV
133+ # echo "DIFFBLAS_URL=https://github.com/${{ github.repository }}.git" >> $GITHUB_ENV
134+
135+ # - name: Cross-compilation of diffblas -- x86_64-apple-darwin-libgfortran5
136+ # run: |
137+ # julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
138+ # julia --color=yes .github/julia/build_tarballs.jl x86_64-apple-darwin-libgfortran5 --verbose
139+
140+ # - name: Archive artifact
141+ # run: julia --color=yes .github/julia/generate_binaries.jl
142+
143+ # - name: Upload artifact
144+ # uses: actions/upload-artifact@v4
145+ # with:
146+ # name: diffblas_binaries.${{ github.ref_name }}.x86_64-apple-darwin-libgfortran5.tar.gz
147+ # path: ./diffblas_binaries.${{ github.ref_name }}.x86_64-apple-darwin-libgfortran5.tar.gz
148148
149149 build-mac-aarch64 :
150150 name : diffblas -- macOS (aarch64) -- Release ${{ github.ref_name }}
@@ -183,7 +183,7 @@ jobs:
183183
184184 release :
185185 name : Create Release and Upload Binaries
186- needs : [build-windows-x64, build-linux-x64, build-linux-aarch64, build-mac-x64, build-mac-aarch64]
186+ needs : [build-windows-x64, build-linux-x64, build-linux-aarch64, build-mac-aarch64] # build-mac-x64
187187 runs-on : ubuntu-latest
188188 steps :
189189 - name : Checkout diffblas
@@ -217,12 +217,12 @@ jobs:
217217 env :
218218 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
219219
220- - name : Upload Mac (x86_64) artifact
221- run : |
222- gh release upload ${{ github.ref_name }} \
223- diffblas_binaries.${{ github.ref_name }}.x86_64-apple-darwin-libgfortran5.tar.gz/diffblas_binaries.${{ github.ref_name }}.x86_64-apple-darwin-libgfortran5.tar.gz#diffblas.${{ github.ref_name }}.mac.x86_64.tar.gz
224- env :
225- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
220+ # - name: Upload Mac (x86_64) artifact
221+ # run: |
222+ # gh release upload ${{ github.ref_name }} \
223+ # diffblas_binaries.${{ github.ref_name }}.x86_64-apple-darwin-libgfortran5.tar.gz/diffblas_binaries.${{ github.ref_name }}.x86_64-apple-darwin-libgfortran5.tar.gz#diffblas.${{ github.ref_name }}.mac.x86_64.tar.gz
224+ # env:
225+ # GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226226
227227 - name : Upload Mac (aarch64) artifact
228228 run : |
0 commit comments