Skip to content

Commit

Permalink
fix: typo in test-install-script os matrix (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-bond authored Nov 13, 2024
1 parent 878b834 commit 63c7a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-install-osmatrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os:
- ubuntu-latest
# - windows-latest # disabled for now due to curl error (probably this regression: https://github.com/curl/curl/issues/13958)
- macos-latest]
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 63c7a2a

Please sign in to comment.