Skip to content

Commit

Permalink
Build using latest Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
nighthawk committed Apr 3, 2024
1 parent 6b3bc28 commit a8e624e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ on:

jobs:
build_xcode:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 15.3 # latest-stable
- uses: actions/checkout@v2
- name: Build TGCardVC
run: xcodebuild -workspace . -scheme TGCardViewController -destination 'platform=iOS Simulator,name=iPhone 14'

examples:
runs-on: macos-13
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: 15.3 # latest-stable
- uses: actions/checkout@v2
- name: Build Example
run: |
Expand Down

0 comments on commit a8e624e

Please sign in to comment.