Skip to content

Commit

Permalink
try xcode 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Nov 11, 2024
1 parent 2d2ad7f commit 6db3918
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ concurrency:
jobs:
swift-lint:
name: Swift Lint
runs-on: macos-14
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: swiftlint --version
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh
- run: ./scripts/ci-select-xcode.sh 16.0
- run: make analyze

lint-podspec:
Expand All @@ -58,7 +58,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh
- run: ./scripts/ci-select-xcode.sh 16.0
# We need to update the spec-repo, because it can happen that it is not up to date and then the lint fails.
- run: pod repo update
- name: Validate Podspec
Expand All @@ -70,7 +70,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh
- run: ./scripts/ci-select-xcode.sh 16.0
- run: pod repo update
- name: Validate HybridPod Podspec
run: pod lib lint ./Tests/HybridSDKTest/HybridPod.podspec --allow-warnings --verbose --platforms=ios "--include-podspecs={Sentry.podspec}"
Expand Down

0 comments on commit 6db3918

Please sign in to comment.