Skip to content

Commit

Permalink
try workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lesismal authored Jul 12, 2024
1 parent 2440a95 commit 0f3b986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [1.21.x]
go: [1.18.x]
os: [macos-latest]
runs-on: ${{ matrix.os}}
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
run: |
printf "$(go version)\n"
printf "\n\ngo environment:\n\n"
go get -u github.com/lesismal/nbio/...
go get -u github.com/lesismal/nbio
ulimit -n 30000
go env
echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 0f3b986

Please sign in to comment.