Skip to content

Commit

Permalink
Update v0.1.88
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed Jun 3, 2024
1 parent 0c76f8d commit 2cf5ff9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ on:

jobs:
Testing:
runs-on: ubuntu-latest
testing:
strategy:
matrix:
goos: [linux, windows, darwin]
goos: [ubuntu-latest, windows-latest, macos-latest]
goarch: [amd64, arm64]
runs-on: ${{ matrix.goos }}

steps:
- name: CheckOut
Expand Down

0 comments on commit 2cf5ff9

Please sign in to comment.