Skip to content

Commit

Permalink
Update push.yml to drop windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
isoboroff authored Dec 22, 2023
1 parent bcb7275 commit f438f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macOs-latest']
os: ['ubuntu-latest', 'macOs-latest']
architecture: ['x64']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f438f5f

Please sign in to comment.