Skip to content

Commit

Permalink
ci: remove broken MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Apr 29, 2024
1 parent 62c999c commit 40d6216
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,6 @@ jobs:
with:
name: 'ARM x64 Shared Object'
path: 'build/libdmusic*'
macos:
name: "MacOS"
runs-on: 'macos-11'
steps:
- uses: 'actions/checkout@v3'
with:
submodules: 'recursive'
- uses: 'maxim-lobanov/setup-xcode@v1'
with:
xcode-version: 13
- name: 'Configure'
run: 'cmake -B build -DCMAKE_BUILD_TYPE=Release'
- name: 'Build'
run: 'cmake --build build --config Release'
- name: 'Publish Library'
uses: 'actions/upload-artifact@v3'
with:
name: 'MacOS x86-64 DyLib'
path: 'build/libdmusic*'
windows:
name: "Windows"
runs-on: 'windows-latest'
Expand Down

0 comments on commit 40d6216

Please sign in to comment.