Skip to content

Commit 96d095f

Browse files
committed
Dropping macOS artifacts and releases
1 parent fd3b199 commit 96d095f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if: matrix.arch == 'x86'
7373
run: |
7474
sudo apt-get update
75-
sudo apt-get install gcc-multilib g++-multilib
75+
sudo apt-get install gcc-multilib g++-multilib
7676
7777
- uses: actions/checkout@v4
7878
with:
@@ -119,15 +119,15 @@ jobs:
119119
- name: Build
120120
run: cmake --build ${{ github.workspace }}/build --config ${{ matrix.config }} --parallel
121121

122-
- name: Upload artifacts
123-
uses: actions/upload-artifact@v4
124-
with:
125-
name: etf-artifacts-macos-${{ matrix.arch }}
126-
path: ${{ github.workspace }}/build/etf
122+
#- name: Upload artifacts
123+
# uses: actions/upload-artifact@v4
124+
# with:
125+
# name: etf-artifacts-macos-${{ matrix.arch }}
126+
# path: ${{ github.workspace }}/build/etf
127127

128128
package:
129129
if: github.ref == 'refs/heads/master' && github.event_name == 'push' || github.event_name == 'workflow_dispatch'
130-
needs: [Windows-MSVC, Linux, macOS]
130+
needs: [Windows-MSVC, Linux] #, macOS]
131131
runs-on: ubuntu-22.04
132132
steps:
133133
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)