Skip to content

Commit 429c70b

Browse files
Merge pull request #2 from chandanrattan/feat/fix-os
fix: Fixing the OS
2 parents f778fc3 + 58ae995 commit 429c70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ph-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
node-version: [18, 20, 22]
22-
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
22+
#os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)