Skip to content

Commit

Permalink
runs on ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Apr 14, 2024
1 parent 8992d4c commit a5d2a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
job:
- {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: "amd64", name: "x86_64-linux-gnu", suffix: "so"}
- {os: "windows-latest", goos: "windows", goarch: "amd64", name: "x86_64-windows-msvc", suffix: "dll"}
- {os: "ubuntu-20.04", goos: "linux", goarch: "amd64", name: "x86_64-linux-gnu", suffix: "so"}
- {os: "windows-2019", goos: "windows", goarch: "amd64", name: "x86_64-windows-msvc", suffix: "dll"}
fail-fast: false
env:
CGO_ENABLED: "1"
Expand Down

0 comments on commit a5d2a8c

Please sign in to comment.