From 1cd7ff811fe6005b8cef5138648f650055be63d6 Mon Sep 17 00:00:00 2001 From: Paulo Viana Date: Thu, 14 Mar 2024 00:06:36 -0400 Subject: [PATCH] Update test-integration.yml --- .github/workflows/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 4a83086..602bf8b 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -17,7 +17,7 @@ jobs: name: Test workflow integration strategy: matrix: - runs-on: [ubuntu-latest] + runs-on: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false uses: ./.github/workflows/integration-test-workflow.yml with: