Skip to content

Commit 5510a74

Browse files
committed
update runner images
1 parent 6161160 commit 5510a74

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: make build_example_tvOS
7373

7474
build_SPM:
75-
runs-on: macOS-12
75+
runs-on: macOS-13
7676
steps:
7777
- uses: actions/checkout@v1
7878
- name: Build

.github/workflows/Lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717

1818
pod:
19-
runs-on: macOS-12
19+
runs-on: macOS-13
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Generate projects

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ projects:
2222
-bundle exec pod install
2323

2424
## Build Configuration
25-
destination='platform=iOS Simulator,name=iPhone 14 Pro'
25+
destination='platform=iOS Simulator,name=iPhone 14'
2626
destination_tv='platform=tvOS Simulator,name=Apple TV'
2727

2828
## Build lib sources for **tvOS** platform

SPMExample/ReactiveDataDisplayManagerSPMExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)