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 9e3c127 commit 32e36e9Copy full SHA for 32e36e9
.github/workflows/build.yaml
@@ -56,7 +56,7 @@ jobs:
56
config:
57
- { target: "x86_64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "amd64", extension: ""}
58
- { target: "aarch64-unknown-linux-gnu", os: "ubuntu-22.04", arch: "aarch64", extension: "", extraArg: "--features openssl/vendored" }
59
- - { target: "x86_64-apple-darwin", os: "macos-13", arch: "amd64", extension: "" }
+ - { target: "x86_64-apple-darwin", os: "macos-15-intel", arch: "amd64", extension: "" }
60
- { target: "aarch64-apple-darwin", os: "macos-14", arch: "aarch64", extension: "" }
61
- { target: "x86_64-pc-windows-msvc", os: "windows-latest", arch: "amd64", extension: ".exe" }
62
steps:
0 commit comments