Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
ci: remove windows-latest as tsup shims fails
Browse files Browse the repository at this point in the history
  • Loading branch information
andykenward committed Jun 15, 2023
1 parent 667217f commit ac1cdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-latest, macos-latest]
fail-fast: false

runs-on: ${{ matrix.runs-on }}
Expand Down

0 comments on commit ac1cdd1

Please sign in to comment.