Skip to content

Commit

Permalink
Do not run Typescript tests on windows-server-2019 runner (#33941)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar3tto authored Feb 11, 2025
1 parent 99f5c97 commit 0cc18a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typescript_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [[self-hosted, ubuntu-20.04], macos-latest, [self-hosted, windows-server-2019]]
os: [[self-hosted, ubuntu-20.04], macos-latest]
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 0cc18a3

Please sign in to comment.