diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index e684c78..1f2908a 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@v6 + - uses: actions/checkout@v7 - uses: norio-nomura/action-swiftlint@3.2.1 with: args: --strict diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index ba403b1..069f2a7 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.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 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build run: | xcodebuild \