Skip to content

Commit

Permalink
Use macOS 13 in iOS nightly builds
Browse files Browse the repository at this point in the history
Starting April 29, 2024, all iOS and iPadOS apps must be built with the
iOS 17 SDK or later, included in Xcode 15 or later, in order to be
uploaded to App Store Connect or submitted for distribution.
  • Loading branch information
karolszafranski committed Feb 28, 2024
1 parent 0b47557 commit e0aa06b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-2.x-nightly-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-ios:
runs-on: macos-latest
runs-on: macos-13
name: Build Tabris.js Hello World iOS
environment: 'iOS app build'
strategy:
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Cleanup
if: always()
run: rm -Rf *
run: rm -Rf *
4 changes: 2 additions & 2 deletions .github/workflows/build-3.x-nightly-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-ios:
runs-on: macos-latest
runs-on: macos-13
name: Build Tabris.js Hello World iOS
environment: 'iOS app build'
strategy:
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Cleanup
if: always()
run: rm -Rf *
run: rm -Rf *
4 changes: 2 additions & 2 deletions .github/workflows/build-master-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-ios:
runs-on: macos-latest
runs-on: macos-13
name: Build Tabris.js Hello World iOS
environment: 'iOS app build'
strategy:
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Cleanup
if: always()
run: rm -Rf *
run: rm -Rf *

0 comments on commit e0aa06b

Please sign in to comment.