Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Remove unnecessary OS from CI
  • Loading branch information
egasimov authored Dec 3, 2024
1 parent 4554c3c commit 451bafc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
fail-fast: false
matrix:
go: ['1.23']
os: [ ubuntu-latest, macOS-latest, windows-latest ]
# os: [ ubuntu-latest, macOS-latest, windows-latest ]
os: [ ubuntu-latest ]
name: ${{ matrix.os }} Go ${{ matrix.go }} Tests
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 451bafc

Please sign in to comment.