Skip to content

Commit a97e02d

Browse files
authored
Update format.yml to runs-on: ubuntu-latest (#196)
* Update format.yml to `runs-on: macos-latest` Fixes failing install on Python 3.14 Signed-off-by: Glenn Jocher <[email protected]> * Update format.yml Signed-off-by: Glenn Jocher <[email protected]> * Update format.yml Signed-off-by: Glenn Jocher <[email protected]> --------- Signed-off-by: Glenn Jocher <[email protected]>
1 parent 03b41e4 commit a97e02d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/format.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ permissions:
1919

2020
jobs:
2121
actions:
22-
runs-on: macos-26
22+
# Run on ubuntu as problems with docformatter on macOS-26 with Python 3.14
23+
runs-on: ubuntu-latest
2324
steps:
2425
- name: Run Ultralytics Actions
2526
uses: ultralytics/actions@main
@@ -28,7 +29,7 @@ jobs:
2829
labels: true # Auto-label issues/PRs using AI
2930
python: true # Format Python with Ruff and docformatter
3031
prettier: true # Format YAML, JSON, Markdown, CSS
31-
swift: true # Format Swift (requires macos-latest)
32+
swift: false # Format Swift (requires macos-latest)
3233
spelling: true # Check spelling with codespell
3334
links: false # Check broken links with Lychee
3435
summary: true # Generate AI-powered PR summaries

0 commit comments

Comments
 (0)