File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
22
- targets :
22
+ targets :
23
+ - { os: macos-11 , target: aarch64-apple-darwin }
23
24
- { os: macos-12 , target: aarch64-apple-darwin }
25
+ - { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu }
24
26
- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu }
27
+ - { os: windows-2019, target: x86_64-pc-windows-msvc }
25
28
- { os: windows-2022, target: x86_64-pc-windows-msvc }
26
29
27
30
steps :
79
82
- name : Generate artifacts name
80
83
id : gen-name
81
84
shell : bash
82
- run : echo 'NAME=${{ matrix.targets.target }}' >> $GITHUB_OUTPUT
85
+ run : echo 'NAME=${{ matrix.targets.target }}@${{ matrix.targets.os }} ' >> $GITHUB_OUTPUT
83
86
84
87
- name : Generate binary extension
85
88
id : gen-ext
Original file line number Diff line number Diff line change 13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- targets :
16
+ targets :
17
+ - { os: macos-11 , target: aarch64-apple-darwin }
17
18
- { os: macos-12 , target: aarch64-apple-darwin }
19
+ - { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu }
18
20
- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu }
21
+ - { os: windows-2019, target: x86_64-pc-windows-msvc }
19
22
- { os: windows-2022, target: x86_64-pc-windows-msvc }
20
23
21
24
steps :
59
62
- name : Generate artifacts name
60
63
id : gen-name
61
64
shell : bash
62
- run : echo 'NAME=${{ matrix.targets.target }}' >> $GITHUB_OUTPUT
65
+ run : echo 'NAME=${{ matrix.targets.target }}@${{ matrix.targets.os }} ' >> $GITHUB_OUTPUT
63
66
64
67
- name : Generate binary extension
65
68
id : gen-ext
You can’t perform that action at this time.
0 commit comments