1
0
Fork 0
mirror of synced 2026-06-05 09:35:13 +00:00

chore: remove windows self-hosted runner

This commit is contained in:
peterwoodworth 2023-06-20 18:02:34 -07:00
commit e849bae717
No known key found for this signature in database
GPG key ID: 01931412FD685922

View file

@ -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 }}