|
10 | 10 | jobs:
|
11 | 11 | linux:
|
12 | 12 | name: linux-${{ matrix.arch }}
|
13 |
| - runs-on: ubuntu-latest |
| 13 | + runs-on: ubuntu-24.04 |
14 | 14 | strategy:
|
15 | 15 | fail-fast: false
|
16 | 16 | matrix:
|
|
70 | 70 | mv bin wasm-tools-${{ github.ref_name }}-${{ matrix.sys }}
|
71 | 71 | tar \
|
72 | 72 | --sort=name \
|
73 |
| - --mtime=1970-01-01T00:00:00Z \ |
74 | 73 | --owner=0 --group=0 --numeric-owner \
|
75 | 74 | --use-compress-program="zstd --ultra -22 --threads=0" \
|
76 | 75 | -cf wasm-tools-${{ github.ref_name }}-${{ matrix.sys }}.tar.zst \
|
@@ -114,7 +113,6 @@ jobs:
|
114 | 113 | mv bin wasm-tools-${{ github.ref_name }}-darwin-${{ matrix.arch }}
|
115 | 114 | gtar \
|
116 | 115 | --sort=name \
|
117 |
| - --mtime=1970-01-01T00:00:00Z \ |
118 | 116 | --owner=0 --group=0 --numeric-owner \
|
119 | 117 | --use-compress-program="zstd --ultra -22 --threads=0" \
|
120 | 118 | -cf wasm-tools-${{ github.ref_name }}-darwin-${{ matrix.arch }}.tar.zst \
|
@@ -152,20 +150,14 @@ jobs:
|
152 | 150 | --all-features `
|
153 | 151 | --root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
|
154 | 152 | --target ${{ matrix.arch }}-pc-windows-msvc `
|
155 |
| - --git https://github.com/type-dance/wizer.git ` |
| 153 | + --git https://github.com/TerrorJack/wizer.git ` |
156 | 154 | wizer
|
157 | 155 |
|
158 | 156 | cargo install `
|
159 | 157 | --all-features `
|
160 | 158 | --root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} `
|
161 | 159 | --target ${{ matrix.arch }}-pc-windows-msvc `
|
162 |
| - wasm-component-ld wasm-tools wit-bindgen-cli |
163 |
| -
|
164 |
| - cargo install ` |
165 |
| - --features winch ` |
166 |
| - --root wasm-tools-${{ github.ref_name }}-windows-${{ matrix.arch }} ` |
167 |
| - --target ${{ matrix.arch }}-pc-windows-msvc ` |
168 |
| - wasmtime-cli |
| 160 | + wasmtime-cli wasm-component-ld wasm-tools wit-bindgen-cli |
169 | 161 |
|
170 | 162 | - name: upload-artifact
|
171 | 163 | uses: actions/upload-artifact@v4
|
|
0 commit comments