Skip to content

Commit 1efffbb

Browse files
revert: Drop upstreamed PerfPowerServices macos-15-intel fixes (#2644)
* Remove macos-15-intel specific runner fixes as they have been upstreamed into GitHub Actions runners. - c.f. actions/runner-images#13414 * Reverts PR #2641
1 parent 9dd6a2c commit 1efffbb

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ jobs:
3939
python-version: '3.13'
4040

4141
steps:
42-
# c.f. https://github.com/actions/runner-images/issues/13358
43-
- name: Work around x86 macOS bug for multiple CPU cores
44-
if: matrix.os == 'macos-15-intel'
45-
run: |
46-
sudo defaults -currentHost write /Library/Preferences/com.apple.powerlogd SMCMonitorCadence 0
47-
sudo killall PerfPowerServices || true
48-
4942
- uses: actions/checkout@v6
5043

5144
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/dependencies-head.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ jobs:
2424
python-version: ['3.13']
2525

2626
steps:
27-
# c.f. https://github.com/actions/runner-images/issues/13358
28-
- name: Work around x86 macOS bug for multiple CPU cores
29-
if: matrix.os == 'macos-15-intel'
30-
run: |
31-
sudo defaults -currentHost write /Library/Preferences/com.apple.powerlogd SMCMonitorCadence 0
32-
sudo killall PerfPowerServices || true
33-
3427
- uses: actions/checkout@v6
3528

3629
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/release_tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ jobs:
3232
fail-fast: false
3333

3434
steps:
35-
# c.f. https://github.com/actions/runner-images/issues/13358
36-
- name: Work around x86 macOS bug for multiple CPU cores
37-
if: matrix.os == 'macos-15-intel'
38-
run: |
39-
sudo defaults -currentHost write /Library/Preferences/com.apple.powerlogd SMCMonitorCadence 0
40-
sudo killall PerfPowerServices || true
41-
4235
- uses: actions/checkout@v6
4336

4437
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)