Skip to content

Commit

Permalink
[WIP] mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Apr 14, 2024
1 parent 120ecbc commit 6bfebb8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
strategy:
matrix:
job:
- {os: "macos-12", goos: "darwin", goarch: "x64", name: "x86_64-apple-darwin", suffix: "dylib"}
- {os: "macos-12", goos: "darwin", goarch: "amd64", name: "x86_64-apple-darwin", suffix: "dylib"}
- {os: "macos-14", goos: "darwin", goarch: "arm64", name: "aarch64-apple-darwin", suffix: "dylib"}
- {os: "ubuntu-latest", goos: "linux", goarch: "x64", name: "x86_64-linux-gnu", suffix: "so"}
- {os: "ubuntu-latest", goos: "linux", goarch: "amd64", name: "x86_64-linux-gnu", suffix: "so"}
- {os: "ubuntu-latest", goos: "linux", goarch: "arm64", name: "aarch64-linux-gnu", suffix: "so"}
- {os: "windows-latest", goos: "windows", goarch: "x64", name: "x86_64-windows-msvc", suffix: "dll"}
- {os: "windows-latest", goos: "windows", goarch: "amd64", name: "x86_64-windows-msvc", suffix: "dll"}
- {os: "windows-latest", goos: "windows", goarch: "arm64", name: "aarch64-windows-msvc", suffix: "dll"}
fail-fast: false
env:
CGO_ENABLED: "1"
Expand Down

0 comments on commit 6bfebb8

Please sign in to comment.