Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
come on
  • Loading branch information
kyleconroy committed Dec 5, 2023
commit 1666b5d17db23dc90c93ae8c2e7ae792a1a0f99a
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
include:
- os: windows-latest
cgo: '0'
- os: ubuntu-latest
cgo: '0'
# - os: ubuntu-latest
# cgo: '0'
name: test ${{ matrix.os }} cgo=${{ matrix.cgo }}
runs-on: ${{ matrix.os }}

Expand Down