Skip to content

Commit

Permalink
(build) GitVersion isn't working on Posix
Browse files Browse the repository at this point in the history
So lets remove those builds just now.
  • Loading branch information
gep13 committed Jul 8, 2023
1 parent eb970a8 commit 5418bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
os: [ windows-2022, ubuntu-22.04, macos-12 ]
os: [ windows-2022 ]

env:
AZURE_PASSWORD: ${{ secrets.AZURE_PASSWORD }}
Expand Down

0 comments on commit 5418bdc

Please sign in to comment.