Skip to content

Commit

Permalink
GHA: Bump Xcode versions
Browse files Browse the repository at this point in the history
12.x not available anymore.
  • Loading branch information
helje5 committed Oct 3, 2023
1 parent 9b9a4cc commit 699ac49
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,33 +13,20 @@ jobs:
- name: Select latest available Xcode
uses: maxim-lobanov/[email protected]
with:
xcode-version: 12.4
xcode-version: 14.2
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build Swift Debug Package
run: swift build -c debug
- 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 UXKit-UIKit build | xcpretty --color
iOS15:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Select latest available Xcode
uses: maxim-lobanov/[email protected]
with:
xcode-version: 13.2
xcode-version: '15.0.0'
- name: Checkout Repository
uses: actions/checkout@v2
- name: Prerequisites
Expand All @@ -64,12 +51,12 @@ jobs:
- name: Build
run: set -o pipefail; xcodebuild -scheme UXKit -destination "platform=iOS Simulator,OS=15.2,name=iPhone 13 Pro" build | xcpretty --color
NeXTstep:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: Select latest available Xcode
uses: maxim-lobanov/[email protected]
with:
xcode-version: 12.4
xcode-version: '15.0.0'
- name: Checkout Repository
uses: actions/checkout@v2
- name: Prerequisites
Expand Down

0 comments on commit 699ac49

Please sign in to comment.