mirror of
https://github.com/rive-app/rive-ios.git
synced 2026-01-18 17:11:28 +01:00
ci(apple): bump apple runtime workflows to xcode 16.1 (#10589) bb48627e1e
Co-authored-by: David Skuza <david@rive.app>
This commit is contained in:
2
.github/workflows/Package.swift.template
vendored
2
.github/workflows/Package.swift.template
vendored
@@ -1,4 +1,4 @@
|
||||
// swift-tools-version:5.9
|
||||
// swift-tools-version:5.10
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -84,8 +84,8 @@ jobs:
|
||||
sudo mv premake5 /usr/local/bin
|
||||
pip3 install ply
|
||||
|
||||
- name: Select Xcode 15.4
|
||||
run: sudo xcodes select 15.4
|
||||
- name: Select Xcode 16.1
|
||||
run: sudo xcodes select 16.1
|
||||
|
||||
- name: Install all Xcode platforms
|
||||
run: xcodebuild -downloadAllPlatforms
|
||||
|
||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -41,8 +41,8 @@ jobs:
|
||||
sudo mv premake5 /usr/local/bin
|
||||
pip3 install ply
|
||||
|
||||
- name: Select Xcode 15.4
|
||||
run: sudo xcodes select 15.4
|
||||
- name: Select Xcode 16.1
|
||||
run: sudo xcodes select 16.1
|
||||
|
||||
- name: Build for iOS Simulator (using the cache, we should make an archive of course)
|
||||
run: |
|
||||
|
||||
@@ -1 +1 @@
|
||||
fa6ac73d94e297bc6ac7a5485e0d33c34c84ff51
|
||||
bb48627e1ec1aaf3ff77eacb4a1f1f20874918d8
|
||||
|
||||
@@ -5,7 +5,7 @@ test_ios_simulator() {
|
||||
# Test RiveRuntime on a iOS simulator
|
||||
xcodebuild -workspace Rive.xcworkspace \
|
||||
-scheme RiveRuntime \
|
||||
-destination platform=iOS\ Simulator,name=iPhone\ 15 \
|
||||
-destination platform=iOS\ Simulator,name=iPhone\ 16 \
|
||||
clean test | xcpretty
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user