Skip to content

Commit

Permalink
Enable full test-integration matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsmith committed Jul 20, 2023
1 parent 9a56db4 commit dc6fbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu] # TODO: macos, windows
agp-version: ["8.0"] # TODO: ${{ fromJSON(needs.build-product.outputs.agp-versions) }}
os: [macos, ubuntu, windows]
agp-version: ${{ fromJSON(needs.build-product.outputs.agp-versions) }}

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down

0 comments on commit dc6fbf3

Please sign in to comment.