Skip to content

Commit 21e7459

Browse files
committed
louder macos-intel skipping
1 parent 2d15a04 commit 21e7459

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
pre-commit:
1717
name: ${{ matrix.os.name }} ${{ matrix.arch.name }} ${{ matrix.python.major_dot_minor }}
1818
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') }}
1921
timeout-minutes: 20
2022
strategy:
2123
fail-fast: false
@@ -50,11 +52,6 @@ jobs:
5052
matrix: windows
5153
arch:
5254
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
5855

5956
steps:
6057
- name: Clean workspace

.github/workflows/upload-pypi-source.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ permissions:
2626

2727
jobs:
2828
mypy:
29-
if: github.repository_owner == 'Chia-Network'
3029
name: ${{ matrix.os.emoji }} ${{ matrix.arch.emoji }} ${{ matrix.check.name }} - ${{ matrix.os.name }} ${{ matrix.python.major_dot_minor }}
3130
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') }}
3233
timeout-minutes: 20
3334
strategy:
3435
fail-fast: false
@@ -74,11 +75,6 @@ jobs:
7475
matrix: windows
7576
arch:
7677
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
8278

8379
steps:
8480
- uses: chia-network/actions/clean-workspace@main

0 commit comments

Comments
 (0)