Skip to content

Commit 630489b

Browse files
committed
ci: migrate Swift Format workflow to Linux runners
1 parent 8a0ad12 commit 630489b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/swift-format.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@ concurrency:
1212
jobs:
1313
swift_format:
1414
name: swift-format
15-
runs-on: macos-26
15+
runs-on: ubuntu-latest
1616
permissions:
1717
contents: write
1818
steps:
1919
- uses: actions/checkout@v5
2020

21-
- name: Select Xcode
22-
run: sudo xcode-select -s /Applications/Xcode_26.0.app
23-
2421
- name: Cache swift-format
2522
id: cache-swift-format
2623
uses: actions/cache@v4

0 commit comments

Comments
 (0)