Skip to content

Commit

Permalink
GHActions: Bump requirement to Xcode 13.2
Browse files Browse the repository at this point in the history
This is necessary, code doesn't build otherwise. We could
consider a backport? PRs welcome!
  • Loading branch information
helje5 committed Apr 30, 2022
1 parent e9386e5 commit b8dd0ce
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,6 @@ jobs:
- name: Build Swift Release Package
run: swift build -c release
iOS:
runs-on: macos-latest
steps:
- name: Select latest available Xcode
uses: maxim-lobanov/[email protected]
with:
xcode-version: 12.4
- name: Checkout Repository
uses: actions/checkout@v2
- name: Prerequisites
run: gem install xcpretty
- name: Build
run: set -o pipefail; xcodebuild -scheme ViewController-iOS build | xcpretty --color
iOS15:
runs-on: macos-latest
steps:
- name: Select latest available Xcode
Expand All @@ -52,7 +39,7 @@ jobs:
- name: Select latest available Xcode
uses: maxim-lobanov/[email protected]
with:
xcode-version: 12.4
xcode-version: 13.2
- name: Checkout Repository
uses: actions/checkout@v2
- name: Prerequisites
Expand Down

0 comments on commit b8dd0ce

Please sign in to comment.