Skip to content

Commit 0bef713

Browse files
committed
ci: update ci
1 parent 33e596a commit 0bef713

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)