1
0
mirror of https://github.com/kremalicious/astro-redirect-from.git synced 2024-10-21 19:02:43 +02:00

disable windows CI test runs

This commit is contained in:
Matthias Kretschmann 2024-08-12 13:22:12 +02:00
parent 95a8fcbcae
commit 9789788744
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
node: ['18', '20']
steps:
- uses: actions/checkout@v4