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 da5926d commit bdee2c2Copy full SHA for bdee2c2
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
- { platform: windows-x64 , target: x86_64-pc-windows-msvc , os: windows-2025 }
42
- { platform: windows-x86 , target: i686-pc-windows-msvc , os: windows-2025 }
43
- { platform: macos-arm64 , target: aarch64-apple-darwin , os: macos-15 }
44
- - { platform: macos-x64 , target: x86_64-apple-darwin , os: macos-13 }
+ - { platform: macos-x64 , target: x86_64-apple-darwin , os: macos-15-intel }
45
- { platform: wasm32 , target: wasm32-unknown-unknown , os: ubuntu-24.04 }
46
47
# Extra features
0 commit comments