File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 16
16
pre-commit :
17
17
name : ${{ matrix.os.name }} ${{ matrix.arch.name }} ${{ matrix.python.major_dot_minor }}
18
18
runs-on : ${{ matrix.os.runs-on[matrix.arch.matrix] }}
19
+ # Back to self hosted mac intel runners, which we have very few of
20
+ if : ${{ !(matrix.os.matrix == 'macos' && matrix.arch.matrix == 'intel') }}
19
21
timeout-minutes : 20
20
22
strategy :
21
23
fail-fast : false
50
52
matrix : windows
51
53
arch :
52
54
matrix : arm
53
- # Back to self hosted mac intel runners, which we have very few of
54
- - os :
55
- matrix : macos
56
- arch :
57
- matrix : intel
58
55
59
56
steps :
60
57
- name : Clean workspace
Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ permissions:
26
26
27
27
jobs :
28
28
mypy :
29
- if : github.repository_owner == 'Chia-Network'
30
29
name : ${{ matrix.os.emoji }} ${{ matrix.arch.emoji }} ${{ matrix.check.name }} - ${{ matrix.os.name }} ${{ matrix.python.major_dot_minor }}
31
30
runs-on : ${{ matrix.os.runs-on[matrix.arch.matrix] }}
31
+ # Back to self hosted mac intel runners, which we have very few of
32
+ if : ${{ github.repository_owner == 'Chia-Network' && !(matrix.os.matrix == 'macos' && matrix.arch.matrix == 'intel') }}
32
33
timeout-minutes : 20
33
34
strategy :
34
35
fail-fast : false
74
75
matrix : windows
75
76
arch :
76
77
matrix : arm
77
- # Back to self hosted mac intel runners, which we have very few of
78
- - os :
79
- matrix : macos
80
- arch :
81
- matrix : intel
82
78
83
79
steps :
84
80
- uses : chia-network/actions/clean-workspace@main
You can’t perform that action at this time.
0 commit comments