We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9e101 commit 060e23bCopy full SHA for 060e23b
.github/workflows/swift-format.yml
@@ -12,14 +12,14 @@ concurrency:
12
jobs:
13
swift_format:
14
name: swift-format
15
- runs-on: macos-15
+ runs-on: macos-26
16
permissions:
17
contents: write
18
steps:
19
- uses: actions/checkout@v5
20
21
- name: Select Xcode
22
- run: sudo xcode-select -s /Applications/Xcode_16.0.app
+ run: sudo xcode-select -s /Applications/Xcode_26.0.app
23
24
- name: Cache swift-format
25
id: cache-swift-format
.github/workflows/swiftlint.yml
@@ -9,7 +9,7 @@ on:
9
10
swiftlint:
11
name: Check Code Quality
0 commit comments