diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index 93c3f9f..e684c78 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -22,7 +22,7 @@ jobs: name: SwiftLint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: norio-nomura/action-swiftlint@3.2.1 with: args: --strict diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index 596cce5..ba403b1 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -21,11 +21,11 @@ jobs: 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 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build run: | xcodebuild \