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 013b3e1 commit e828e7dCopy full SHA for e828e7d
.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-22.04, target: linux, platform: linux-arm64 }
+ - { os: ubuntu-24.04, 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