We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ee314b + 486a6a0 commit fab6049Copy full SHA for fab6049
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@v5
+ - uses: actions/checkout@v6
26
- uses: norio-nomura/action-swiftlint@3.2.1
27
with:
28
args: --strict
.github/workflows/xcodebuild.yml
@@ -21,11 +21,11 @@ jobs:
21
destination:
- platform=macOS
- platform=macOS,arch=x86_64,variant=Mac Catalyst
- - name=iPhone 14
- - name=Apple TV
+ - name=iPhone 17
+ - name=Apple TV 4K (3rd generation)
runs-on: macos-latest
29
- name: Build
30
run: |
31
xcodebuild \
0 commit comments