diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ef390f2f..af91f79a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ on: jobs: lint: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8236ff98..3cce804a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ on: jobs: authorize: name: Authorize - runs-on: macos-13 + runs-on: macos-14 steps: - name: ${{ github.actor }} permission check to do a release uses: octokit/request-action@v2.1.9 @@ -23,7 +23,7 @@ jobs: release: name: Release - runs-on: macos-13 + runs-on: macos-14 needs: [authorize] steps: - name: Checkout diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index d5e79db1..456c525d 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -9,7 +9,7 @@ on: jobs: test: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.swiftlint.yml b/.swiftlint.yml index 1af090ed..836179a9 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -7,7 +7,6 @@ disabled_rules: - opening_brace - todo - cyclomatic_complexity - - non_optional_string_data_conversion identifier_name: allowed_symbols: "_" min_length: 1