Skip to content

Commit 629dc91

Browse files
authored
Macos 26 is not yet ready for wide usage (#86)
1 parent 48bde65 commit 629dc91

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/pyproject_fmt_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ jobs:
152152
fail-fast: false
153153
matrix:
154154
platform:
155-
- runner: macos-26
155+
- runner: macos-15
156156
target: x86_64
157-
- runner: macos-26
157+
- runner: macos-15
158158
target: aarch64
159159
steps:
160160
- name: Download the code

.github/workflows/pyproject_fmt_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
os:
6666
- ubuntu-24.04
6767
- windows-2025
68-
- macos-26
68+
- macos-15
6969
defaults:
7070
run:
7171
working-directory: pyproject-fmt

.github/workflows/tox_toml_fmt_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ jobs:
152152
fail-fast: false
153153
matrix:
154154
platform:
155-
- runner: macos-26
155+
- runner: macos-15
156156
target: x86_64
157-
- runner: macos-26
157+
- runner: macos-15
158158
target: aarch64
159159
steps:
160160
- name: Download the code

.github/workflows/tox_toml_fmt_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
os:
6666
- ubuntu-24.04
6767
- windows-2025
68-
- macos-26
68+
- macos-15
6969
defaults:
7070
run:
7171
working-directory: tox-toml-fmt

0 commit comments

Comments
 (0)