Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pierremolinaro authored Sep 20, 2023
1 parent 9577a7a commit 0918d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
name: windows
path: ${{github.workspace}}/build/Analyzers/Release/*.dll
macos:
macos-x86:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
Expand All @@ -51,7 +51,7 @@ jobs:
name: linux
path: ${{github.workspace}}/build/Analyzers/*.so
publish:
needs: [windows, macos, linux]
needs: [windows, macos-x86, linux]
runs-on: ubuntu-latest
steps:
- name: download individual builds
Expand Down

0 comments on commit 0918d10

Please sign in to comment.