From 83fa87bf89b2e39bc62ae90f20167684ea9f36bc Mon Sep 17 00:00:00 2001 From: Josh Elkins Date: Thu, 16 Jan 2025 16:49:43 -0600 Subject: [PATCH] Run 24x Linux int tests --- .github/workflows/integration-test.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index ec7ce42a0df..ac15e11fdd7 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -16,6 +16,7 @@ permissions: jobs: apple: + if: false if: github.repository == 'awslabs/aws-sdk-swift' || github.event_name == 'pull_request' runs-on: ${{ matrix.runner }} strategy: @@ -145,6 +146,19 @@ jobs: matrix: os: - jammy + n: + - 1 + - 2 + - 3 + - 4 + - 5 + - 6 + - 7 + - 8 + - 9 + - 10 + - 11 + - 12 version: - "5.9" - "6.0" @@ -207,4 +221,4 @@ jobs: - name: Run Integration Tests run: | cd aws-sdk-swift/IntegrationTests - swift test \ No newline at end of file + swift test