We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea79f0 commit fca1c0cCopy full SHA for fca1c0c
.github/workflows/release.yaml
@@ -60,7 +60,7 @@ jobs:
60
config:
61
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: ""}
62
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
63
- - { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
+ - { target: "x86_64-apple-darwin", os: "macos-15-intel", arch: "amd64", extension: "" }
64
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
65
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
66
steps:
0 commit comments