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