Skip to content

Commit 63c7a2a

Browse files
authored
fix: typo in test-install-script os matrix (#1525)
1 parent 878b834 commit 63c7a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-install-osmatrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os:
1818
- ubuntu-latest
1919
# - windows-latest # disabled for now due to curl error (probably this regression: https://github.com/curl/curl/issues/13958)
20-
- macos-latest]
20+
- macos-latest
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)