Skip to content

Commit 3116a33

Browse files
committed
chore: Update GitHub Actions workflow to include only Ubuntu as the operating system
1 parent 74b400a commit 3116a33

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/checkout.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [macos-latest, ubuntu-latest, windows-latest]
30+
os:
31+
- ubuntu-latest
32+
#- macos-latest
33+
#- windows-latest
3134
runs-on: ${{ matrix.os }}
3235
defaults:
3336
run:

0 commit comments

Comments
 (0)