Skip to content

Commit 9d4835e

Browse files
committed
testing sonar
1 parent 7d8af2a commit 9d4835e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: brew link --overwrite swiftlint || brew install swiftlint
2626

2727
- name: Set up XCode
28-
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
28+
run: sudo xcode-select --switch /Applications/Xcode_16.2.app
2929

3030
- name: Set up Ruby
3131
uses: ruby/setup-ruby@v1
@@ -78,4 +78,4 @@ jobs:
7878
/repos/${{ github.repository }}/issues/${{ env.PR_NUMBER }}/labels \
7979
-f "labels[]=release"
8080
env:
81-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)