Skip to content

Commit

Permalink
(build) Only run on Windows
Browse files Browse the repository at this point in the history
Since there are known issues with GtiVersion running on some other
OSes, at least with the earlier version currently being used.
  • Loading branch information
gep13 committed Jul 6, 2023
1 parent 229369e commit c0623b1
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-latest, ubuntu-latest, macos-latest]
os: [windows-latest]

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

0 comments on commit c0623b1

Please sign in to comment.