Skip to content

Commit d210082

Browse files
committed
Update system python
1 parent 1cedc8f commit d210082

6 files changed

+8
-0
lines changed

.github/workflows/build.yaml

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

377378
steps:

.github/workflows/darwin-tests.yaml

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

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

5657
steps:
5758
- name: Checkout

.github/workflows/darwin.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
name: Build framework
3838
if: github.actor != 'restyled-io[bot]'
3939
runs-on: macos-13
40+
python-version: '3.11'
4041
strategy:
4142
matrix:
4243
options: # We don't need a full matrix
@@ -74,6 +75,7 @@ jobs:
7475
if: github.actor != 'restyled-io[bot]'
7576
needs: [framework] # serialize to avoid running to many parallel macos runners
7677
runs-on: macos-13
78+
python-version: '3.11'
7779
strategy:
7880
matrix:
7981
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,6 +37,7 @@ 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'
4041
steps:
4142
- name: Checkout
4243
uses: actions/checkout@v4

.github/workflows/fuzzing-build.yaml

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

7475
steps:

.github/workflows/tests.yaml

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

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

337338
steps:
338339
- name: Checkout
@@ -605,6 +606,7 @@ jobs:
605606

606607
if: github.actor != 'restyled-io[bot]' && false
607608
runs-on: macos-13
609+
python-version: '3.11'
608610

609611
steps:
610612
- name: Checkout

0 commit comments

Comments
 (0)