Skip to content

Commit

Permalink
Removed xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Holzschuch committed Feb 22, 2024
1 parent 5677a57 commit 6df2e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: xcode-select
run: sudo xcode-select -s /Applications/Xcode_12.3.app
run: sudo xcode-select -s /Applications/Xcode.app

- name: build-network_ios
run: swift run --package-path xcfs build
Expand All @@ -40,4 +40,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: .build/network_ios.xcframework.zip
asset_name: network_ios.xcframework.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 6df2e8b

Please sign in to comment.