File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -46,21 +46,19 @@ jobs:
4646 - create-release
4747 strategy :
4848 matrix :
49+ # When updating this list, the reminder to update the target list in ci.yml.
4950 include :
51+ - target : aarch64-unknown-linux-gnu
52+ - target : aarch64-unknown-linux-musl
53+ - target : aarch64-apple-darwin
54+ os : macos-latest
5055 - target : x86_64-unknown-linux-gnu
51- os : ubuntu-latest
5256 - target : x86_64-unknown-linux-musl
53- os : ubuntu-latest
54- - target : aarch64-unknown-linux-gnu
55- os : ubuntu-latest
56- - target : x86_64-pc-windows-msvc
57- os : windows-latest
58- container :
59- - target : i686-pc-windows-msvc
60- os : windows-latest
6157 - target : x86_64-apple-darwin
6258 os : macos-latest
63- runs-on : ${{ matrix.os }}
59+ - target : x86_64-pc-windows-msvc
60+ os : windows-latest
61+ runs-on : ${{ matrix.os || 'ubuntu-latest' }}
6462 steps :
6563 - uses : actions/checkout@v3
6664 with :
You can’t perform that action at this time.
0 commit comments