diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index bed9572a..c8f72a35 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -27,7 +27,7 @@ on: jobs: MacOS: - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v3 - name: Apple tests @@ -35,7 +35,7 @@ jobs: Linux: strategy: matrix: - tag: ['5.4', '5.5', '5.6', '5.7'] + tag: ['5.4', '5.5', '5.6', '5.7', '5.8'] runs-on: ubuntu-latest container: image: swift:${{ matrix.tag }}-focal diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6e5642aa..e202bac1 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -25,8 +25,8 @@ jobs: CMake: strategy: matrix: - xcode_version: ['14.2'] - runs-on: macos-12 + xcode_version: ['14.2', '14.3'] + runs-on: macos-13 env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode_version }}.app steps: @@ -42,7 +42,7 @@ jobs: CMake_Linux: strategy: matrix: - tag: ['5.6', '5.7'] + tag: ['5.6', '5.7', '5.8'] runs-on: ubuntu-latest container: image: swift:${{ matrix.tag }} diff --git a/.github/workflows/pod_lib_lint.yml b/.github/workflows/pod_lib_lint.yml index 28daf8bf..9171a281 100644 --- a/.github/workflows/pod_lib_lint.yml +++ b/.github/workflows/pod_lib_lint.yml @@ -20,9 +20,9 @@ on: jobs: pod_lib_lint: name: pod lib lint - runs-on: macos-12 + runs-on: macos-13 env: - DEVELOPER_DIR: /Applications/Xcode_14.2.app + DEVELOPER_DIR: /Applications/Xcode_14.3.app steps: - uses: actions/checkout@v3 - run: bundle install --path vendor/bundle diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index c898813a..5f892216 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -11,7 +11,7 @@ jobs: SwiftLint: runs-on: ubuntu-latest container: - image: ghcr.io/realm/swiftlint:0.50.3 + image: ghcr.io/realm/swiftlint:0.51.0 steps: - uses: actions/checkout@v3 - name: SwiftLint diff --git a/.github/workflows/swiftlint_analyze.yml b/.github/workflows/swiftlint_analyze.yml index d8b8ff37..5dda1d50 100644 --- a/.github/workflows/swiftlint_analyze.yml +++ b/.github/workflows/swiftlint_analyze.yml @@ -21,9 +21,9 @@ on: jobs: Analyze: - runs-on: macos-12 + runs-on: macos-13 env: - DEVELOPER_DIR: /Applications/Xcode_14.2.app + DEVELOPER_DIR: /Applications/Xcode_14.3.app steps: - uses: actions/checkout@v3 - name: Generate xcodebuild.log diff --git a/.swiftlint.yml b/.swiftlint.yml index b3e62d58..f042440d 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -2,6 +2,7 @@ included: - Sources - Tests disabled_rules: + - blanket_disable_command - todo analyzer_rules: - unused_import