We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6412864 commit 667e2e6Copy full SHA for 667e2e6
.github/workflows/cd.yml
@@ -26,6 +26,7 @@ jobs:
26
strategy:
27
matrix:
28
include:
29
+ - { os: macos-15, target: aarch64-apple-darwin }
30
- { os: macos-15-intel, target: x86_64-apple-darwin }
31
- { os: windows-2022, target: x86_64-pc-windows-msvc }
32
- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu }
0 commit comments