Skip to content

Commit

Permalink
Merge pull request #18 from raccoongang/build/xcode_version
Browse files Browse the repository at this point in the history
build: bump xcode version
  • Loading branch information
volodymyr-chekyrta authored Nov 1, 2024
2 parents 9fbe2bc + 028ed24 commit fbd8c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Setup
run:
xcodes select 16.0
xcodes select 16.1

- name: SwiftLint
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Setup
run:
xcodes select 16.0
xcodes select 16.1

- name: Build
run:
Expand Down

0 comments on commit fbd8c9c

Please sign in to comment.