Skip to content

Commit

Permalink
try without mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnypolley authored Oct 9, 2024
1 parent 9bdb71b commit 50aaa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test-pwsh:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 50aaa8a

Please sign in to comment.