Skip to content

Commit

Permalink
Temporary: remove mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanW3 committed Nov 16, 2024
1 parent 5618d8f commit 3fc618a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
strategy:
matrix:
os: [ubuntu-latest, windows-2019, macos-latest]
os: [ubuntu-latest, windows-2019]
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -86,5 +86,4 @@ jobs:
automatic_release_tag: ${{ steps.branch-name.outputs.tag }}
files: |
flo-windows-2019/*.zip
flo-macos-latest/*.zip
flo-ubuntu-latest/*.zip

0 comments on commit 3fc618a

Please sign in to comment.