File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 57
57
name : intel
58
58
bladebit-suffix : macos-x86-64.tar.gz
59
59
arch-artifact-name : intel
60
- - runs-on : ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-14 ' }}
60
+ - runs-on : ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-latest ' }}
61
61
name : m1
62
62
bladebit-suffix : macos-arm64.tar.gz
63
63
arch-artifact-name : arm
Original file line number Diff line number Diff line change 33
33
matrix : macos
34
34
runs-on :
35
35
intel : macos-13
36
- arm : ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-14 ' }}
36
+ arm : ${{ github.repository_owner == 'Chia-Network' && 'macos-13-arm64' || 'macos-latest ' }}
37
37
- name : Windows
38
38
matrix : windows
39
39
runs-on :
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
matrix : linux
26
26
runs-on :
27
27
intel : ubuntu-latest
28
- arm : [linux, arm64]
28
+ arm : ${{ github.repository_owner == 'Chia-Network' && ' [linux, arm64]' || 'ubuntu-22.04-arm' }}
29
29
- name : macOS
30
30
matrix : macos
31
31
runs-on :
32
32
intel : macos-13
33
- arm : macos-13-arm64
33
+ arm : ${{ github.repository_owner == 'Chia-Network' && ' macos-13-arm64' || 'macos-latest' }}
34
34
- name : Windows
35
35
matrix : windows
36
36
runs-on :
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
39
39
emoji : 🐧
40
40
runs-on :
41
41
intel : ubuntu-latest
42
- arm : ${{ github.repository_owner == 'Chia-Network' && ' [linux, arm64]' || 'ubuntu-22.04-arm' }}
42
+ arm : [linux, arm64]
43
43
- name : macOS
44
44
matrix : macos
45
45
emoji : 🍎
46
46
runs-on :
47
47
intel : macos-13
48
- arm : ${{ github.repository_owner == 'Chia-Network' && ' macos-13-arm64' || 'macos-14' }}
48
+ arm : macos-13-arm64
49
49
- name : Windows
50
50
matrix : windows
51
51
emoji : 🪟
@@ -115,7 +115,7 @@ jobs:
115
115
emoji : 🐧
116
116
runs-on :
117
117
intel : ubuntu-latest
118
- arm : ${{ github.repository_owner == 'Chia-Network' && ' [linux, arm64]' || 'ubuntu-22.04-arm' }}
118
+ arm : [linux, arm64]
119
119
arch :
120
120
- name : Intel
121
121
matrix : intel
You can’t perform that action at this time.
0 commit comments