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 7aed696 commit 9e91c07Copy full SHA for 9e91c07
.github/workflows/build.yml
@@ -24,8 +24,8 @@ jobs:
24
fail-fast: false
25
matrix:
26
include:
27
- - { os: ubuntu-20.04, target: linux, platform: linux-x64 }
28
- - { os: ubuntu-20.04, target: linux, platform: linux-arm64 }
+ - { os: ubuntu-22.04, target: linux, platform: linux-x64 }
+ - { os: ubuntu-22.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 } # 不再支持32位
0 commit comments