File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,28 +13,28 @@ jobs:
13
13
runs-on : windows-latest
14
14
steps :
15
15
- name : Build on Windows
16
- uses : ./.github/workflows/prepare- build.yml
16
+ uses : ./.github/workflows/build.yml
17
17
with :
18
18
runner : windows-latest
19
19
20
20
build_on_mac_intel :
21
21
runs-on : macos-latest
22
22
steps :
23
23
- name : Build on Intel macOS
24
- uses : ./.github/workflows/prepare- build.yml
24
+ uses : ./.github/workflows/build.yml
25
25
with :
26
26
runner : macos-latest
27
27
build_on_mac_apple_silicon :
28
28
runs-on : macos-latest-xlarge # [beta] / only available option for m1
29
29
steps :
30
30
- name : Build on Apple Sillicon macOS
31
- uses : ./.github/workflows/prepare- build.yml
31
+ uses : ./.github/workflows/build.yml
32
32
with :
33
33
runner : macos-latest-xlarge
34
34
build_on_ubuntu :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Build on Linux (Ubuntu)
38
- uses : ./.github/workflows/prepare- build.yml
38
+ uses : ./.github/workflows/build.yml
39
39
with :
40
40
runner : ubuntu-latest
You can’t perform that action at this time.
0 commit comments