Skip to content

Commit 9b90fd7

Browse files
committed
chore: restrict CI workflow to ubuntu-latest for testing
1 parent e4a4e55 commit 9b90fd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-latest, windows-latest, macos-latest]
25+
os: [ubuntu-latest]
2626
node-version: [24]
2727

2828
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)