Skip to content

Commit ba4c9ea

Browse files
committed
Update macos python
1 parent 121bf5d commit ba4c9ea

6 files changed

+8
-8
lines changed

.github/workflows/build.yaml

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

380380
steps:

.github/workflows/darwin-tests.yaml

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

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

5757
steps:
5858
- name: Checkout

.github/workflows/darwin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Build framework
3838
if: github.actor != 'restyled-io[bot]'
3939
runs-on: macos-13
40-
python-version: '3.11'
40+
python-version: '3.12'
4141
strategy:
4242
matrix:
4343
options: # We don't need a full matrix
@@ -75,7 +75,7 @@ jobs:
7575
if: github.actor != 'restyled-io[bot]'
7676
needs: [framework] # serialize to avoid running to many parallel macos runners
7777
runs-on: macos-13
78-
python-version: '3.11'
78+
python-version: '3.12'
7979
strategy:
8080
matrix:
8181
options: # We don't need a full matrix

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +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'
40+
python-version: '3.12'
4141
steps:
4242
- name: Checkout
4343
uses: actions/checkout@v4

.github/workflows/fuzzing-build.yaml

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

7575
steps:

.github/workflows/tests.yaml

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

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

342342
steps:
343343
- name: Checkout
@@ -613,7 +613,7 @@ jobs:
613613

614614
if: github.actor != 'restyled-io[bot]' && false
615615
runs-on: macos-13
616-
python-version: '3.11'
616+
python-version: '3.12'
617617

618618
steps:
619619
- name: Checkout

0 commit comments

Comments
 (0)