Skip to content

Commit

Permalink
[CI] fixed matrix in build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanaret committed Nov 16, 2024
1 parent 3335a1f commit efed3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: macos-latest
os: [macos-latest]
architecture: [x86, x64]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: windows-latest
os: [windows-latest]
architecture: [x86, x64]

steps:
Expand Down

0 comments on commit efed3d8

Please sign in to comment.