Skip to content

Commit

Permalink
Update wrkstrm-main-swiftlint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay-luassat committed Jun 25, 2024
1 parent ad4e34b commit 76d6e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wrkstrm-main-swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: 'echo ''Cache hit: ${{ steps.cache-brew.outputs.cache-hit }}'''
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
if: matrix.os == 'macos-latest' || matrix.os == 'macos-13' || matrix.os == 'self-hosted'
if: matrix.os == 'macos-latest' || matrix.os == 'macos-14' || matrix.os == 'self-hosted'
with:
xcode-version: '15.3'
- name: Set CI Style
Expand All @@ -43,7 +43,7 @@ jobs:
if: steps.cache-brew.outputs.cache-hit != 'true'
run: brew install swiftlint
- name: Download SwiftLint Configuration
if: matrix.os == 'macos-latest' || matrix.os == 'macos-13'
if: matrix.os == 'macos-latest' || matrix.os == 'macos-14'
run: curl -O https://raw.githubusercontent.com/wrkstrm/WrkstrmConfig/main/.swiftlint.yml
- name: SwiftLint
run: swiftlint

0 comments on commit 76d6e5a

Please sign in to comment.