diff --git a/.github/workflows/code-qa.yml b/.github/workflows/code-qa.yml index 8f69a46..c90e45f 100644 --- a/.github/workflows/code-qa.yml +++ b/.github/workflows/code-qa.yml @@ -46,7 +46,7 @@ jobs: integration-test: strategy: matrix: - os: [macos-latest] # ubuntu-latest, windows-latest + os: [macos-latest, ubuntu-latest] # ubuntu-latest, windows-latest runs-on: ${{ matrix.os }} steps: - name: Checkout code