Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow to include only Ubuntu as the o…
Browse files Browse the repository at this point in the history
…perating system
  • Loading branch information
PlugFox committed Aug 23, 2024
1 parent 74b400a commit 3116a33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os:
- ubuntu-latest
#- macos-latest
#- windows-latest
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down

0 comments on commit 3116a33

Please sign in to comment.