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 589b607 commit c785817Copy full SHA for c785817
.github/workflows/ci.yaml
@@ -62,7 +62,7 @@ jobs:
62
cargo-tool: cross
63
run-integration-tests: false # Cannot run aarch64 binaries on x86_64
64
# macos>=14 runs exclusively on aarch64 and will thus fail to execute properly for x64
65
- - os: macos-13 # intel
+ - os: macos-15-intel # intel
66
target: x86_64-apple-darwin
67
binary: x86_64
68
cargo-tool: cargo
0 commit comments