Skip to content

Commit dfc9768

Browse files
committed
Remove python-version
1 parent d7a9c37 commit dfc9768

6 files changed

+0
-8
lines changed

.github/workflows/build.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ jobs:
374374
build_darwin:
375375
name: Build on Darwin (clang, python_lib, simulated)
376376
runs-on: macos-13
377-
python-version: '3.12'
378377
if: github.actor != 'restyled-io[bot]'
379378

380379
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.12'
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.12'
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.12'
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.12'
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.12'
7372
if: github.actor != 'restyled-io[bot]'
7473

7574
steps:

.github/workflows/tests.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ jobs:
337337

338338
if: github.actor != 'restyled-io[bot]'
339339
runs-on: macos-13
340-
python-version: '3.12'
341340

342341
steps:
343342
- name: Checkout
@@ -613,7 +612,6 @@ jobs:
613612

614613
if: github.actor != 'restyled-io[bot]' && false
615614
runs-on: macos-13
616-
python-version: '3.12'
617615

618616
steps:
619617
- name: Checkout

0 commit comments

Comments
 (0)