1
0
Fork 0
mirror of synced 2026-06-05 11:18:19 +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: strategy:
fail-fast: false fail-fast: false
matrix: 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] node: [14, 16, 18]
name: Run OIDC integ tests name: Run OIDC integ tests
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@ -32,7 +32,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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] node: [14, 16, 18]
name: Run access key integ tests name: Run access key integ tests
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@ -53,7 +53,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: 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] node: [14, 16, 18]
name: Run IAM User integ tests name: Run IAM User integ tests
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}