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.
ubuntu-22.04
1 parent c2221f2 commit ac8a4baCopy full SHA for ac8a4ba
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
# 2. Add a new record to the matrix map in `cli/npm/install.js`
39
- { platform: linux-arm64 , target: aarch64-unknown-linux-gnu , os: ubuntu-latest , use-cross: true }
40
- { platform: linux-arm , target: arm-unknown-linux-gnueabi , os: ubuntu-latest , use-cross: true }
41
- - { platform: linux-x64 , target: x86_64-unknown-linux-gnu , os: ubuntu-latest , features: wasm }
+ - { platform: linux-x64 , target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 , features: wasm }
42
- { platform: linux-x86 , target: i686-unknown-linux-gnu , os: ubuntu-latest , use-cross: true }
43
- { platform: linux-powerpc64 , target: powerpc64-unknown-linux-gnu , os: ubuntu-latest , use-cross: true }
44
- { platform: windows-arm64 , target: aarch64-pc-windows-msvc , os: windows-latest }
0 commit comments