File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,22 +30,22 @@ jobs:
30
30
strategy :
31
31
matrix :
32
32
include :
33
- - job-name : Windows x86_64
33
+ - job-name : windows- x86_64
34
34
target : x86_64-pc-windows-msvc
35
35
runs-on : windows-latest
36
36
artifact-name : pesde-debug-${{ needs.get-version.outputs.version }}-windows-x86_64
37
37
38
- - job-name : Linux x86_64
38
+ - job-name : linux- x86_64
39
39
target : x86_64-unknown-linux-gnu
40
40
runs-on : ubuntu-latest
41
41
artifact-name : pesde-debug-${{ needs.get-version.outputs.version }}-linux-x86_64
42
42
43
- - job-name : macOS x86_64
43
+ - job-name : macos- x86_64
44
44
target : x86_64-apple-darwin
45
45
runs-on : macos-13
46
46
artifact-name : pesde-debug-${{ needs.get-version.outputs.version }}-macos-x86_64
47
47
48
- - job-name : macOS aarch64
48
+ - job-name : macos- aarch64
49
49
target : aarch64-apple-darwin
50
50
runs-on : macos-latest
51
51
artifact-name : pesde-debug-${{ needs.get-version.outputs.version }}-macos-aarch64
You can’t perform that action at this time.
0 commit comments