From e849bae7178b8dee3762d4486f61d680946a5b34 Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Tue, 20 Jun 2023 18:02:34 -0700 Subject: [PATCH] chore: remove windows self-hosted runner --- .github/workflows/development.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 023c5cc..6cd68de 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [[self-hosted, linux-fargate], [self-hosted, windows-fargate], windows-latest, ubuntu-latest, macos-latest] + os: [[self-hosted, linux-fargate], windows-latest, ubuntu-latest, macos-latest] node: [14, 16, 18] name: Run OIDC integ tests runs-on: ${{ matrix.os }} @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - os: [[self-hosted, linux-fargate], [self-hosted, windows-fargate], windows-latest, ubuntu-latest, macos-latest] + os: [[self-hosted, linux-fargate], windows-latest, ubuntu-latest, macos-latest] node: [14, 16, 18] name: Run access key integ tests runs-on: ${{ matrix.os }} @@ -53,7 +53,7 @@ jobs: strategy: fail-fast: false matrix: - os: [[self-hosted, linux-fargate], [self-hosted, windows-fargate], windows-latest, ubuntu-latest, macos-latest] + os: [[self-hosted, linux-fargate], windows-latest, ubuntu-latest, macos-latest] node: [14, 16, 18] name: Run IAM User integ tests runs-on: ${{ matrix.os }}