We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fab6049 + 75227cf commit f1e359dCopy full SHA for f1e359d
2 files changed
.github/workflows/swiftlint.yml
@@ -22,7 +22,7 @@ jobs:
22
name: SwiftLint
23
runs-on: ubuntu-latest
24
steps:
25
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
26
- uses: norio-nomura/action-swiftlint@3.2.1
27
with:
28
args: --strict
.github/workflows/xcodebuild.yml
@@ -23,9 +23,9 @@ jobs:
- platform=macOS,arch=x86_64,variant=Mac Catalyst
- name=iPhone 17
- name=Apple TV 4K (3rd generation)
- runs-on: macos-latest
+ runs-on: macos-26
29
- name: Build
30
run: |
31
xcodebuild \
0 commit comments