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 0b067fd commit 92bd706Copy full SHA for 92bd706
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
matrix:
26
include:
27
- { os: ubuntu-22.04, target: linux, platform: linux-x64 }
28
- - { os: ubuntu-24.04-arm, target: linux, platform: linux-arm64 }
+ - { os: ubuntu-22.04-arm, target: linux, platform: linux-arm64 }
29
- { os: macos-latest, target: darwin, platform: darwin-x64 }
30
- { os: macos-latest, target: darwin, platform: darwin-arm64 }
31
- { os: windows-latest, target: windows, platform: win32-ia32 }
0 commit comments