Skip to content

Commit 70720d1

Browse files
committed
Remove setup of python version on macos
1 parent 372d435 commit 70720d1

6 files changed

+0
-8
lines changed

.github/workflows/build.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ jobs:
372372
build_darwin:
373373
name: Build on Darwin (clang, python_lib, simulated)
374374
runs-on: macos-13
375-
python-version: '3.11'
376375
if: github.actor != 'restyled-io[bot]'
377376

378377
steps:

.github/workflows/darwin-tests.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252

5353
if: github.actor != 'restyled-io[bot]'
5454
runs-on: macos-13
55-
python-version: '3.11'
5655

5756
steps:
5857
- name: Checkout

.github/workflows/darwin.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
name: Build framework
3838
if: github.actor != 'restyled-io[bot]'
3939
runs-on: macos-13
40-
python-version: '3.11'
4140
strategy:
4241
matrix:
4342
options: # We don't need a full matrix
@@ -75,7 +74,6 @@ jobs:
7574
if: github.actor != 'restyled-io[bot]'
7675
needs: [framework] # serialize to avoid running to many parallel macos runners
7776
runs-on: macos-13
78-
python-version: '3.11'
7977
strategy:
8078
matrix:
8179
options: # We don't need a full matrix

.github/workflows/example-tv-casting-darwin.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
name: Build TV Casting Bridge example
3838
if: github.actor != 'restyled-io[bot]'
3939
runs-on: macos-13
40-
python-version: '3.11'
4140
steps:
4241
- name: Checkout
4342
uses: actions/checkout@v4

.github/workflows/fuzzing-build.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
build_darwin_fuzzing:
7070
name: Build on Darwin
7171
runs-on: macos-13
72-
python-version: '3.11'
7372
if: github.actor != 'restyled-io[bot]'
7473

7574
steps:

.github/workflows/tests.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ jobs:
333333

334334
if: github.actor != 'restyled-io[bot]'
335335
runs-on: macos-13
336-
python-version: '3.11'
337336

338337
steps:
339338
- name: Checkout
@@ -605,7 +604,6 @@ jobs:
605604

606605
if: github.actor != 'restyled-io[bot]' && false
607606
runs-on: macos-13
608-
python-version: '3.11'
609607

610608
steps:
611609
- name: Checkout

0 commit comments

Comments
 (0)