Skip to content

Commit 55665a5

Browse files
committed
Remove from macos-latest action as well
1 parent 54bf371 commit 55665a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Configure CPython
5656
run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev
5757
- name: Build CPython
58-
run: make -s -j4
58+
run: make -j4
5959
- name: Display build info
6060
run: make pythoninfo
6161
- name: Tests

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Configure CPython
4141
run: ./configure --with-openssl=$PWD/multissl/openssl/$OPENSSL_VER
4242
- name: Build CPython
43-
run: make -s -j4
43+
run: make -j4
4444
- name: Display build info
4545
run: make pythoninfo
4646
- name: 'Coverage Preparation'

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: 'Configure CPython'
2929
run: ./configure --with-pydebug
3030
- name: 'Build CPython'
31-
run: make -s -j4
31+
run: make -j4
3232
- name: 'Install build dependencies'
3333
run: make -C Doc/ PYTHON=../python venv
3434
- name: 'Build documentation'

0 commit comments

Comments
 (0)