Skip to content

Commit

Permalink
Update check-installation.yml
Browse files Browse the repository at this point in the history
just test windows
  • Loading branch information
Mattk70 authored Nov 13, 2024
1 parent ad55559 commit f9e5677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
os: [windows-latest] # , macos-latest, ubuntu-latest]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
Expand Down

0 comments on commit f9e5677

Please sign in to comment.