Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ env:
jobs:
macOS:
name: macOS
runs-on: macOS-13
runs-on: macos-15
env:
DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
SWIFTLINT_VERSION: 0.52.2
DANGER_GITHUB_API_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Ruby
uses: ruby/setup-ruby@v1
- name: Bundler
Expand All @@ -49,7 +49,7 @@ jobs:
container:
image: swift:5.9
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
Expand All @@ -72,7 +72,7 @@ jobs:
name: CocoaPods
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Ruby
uses: ruby/setup-ruby@v1
- name: Bundler
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TEMPLATES_PATH=$(TEMPLATES_NAME)
DEMO_PATH=Demo
DEMO_WORKSPACE=FigmaGenDemo.xcworkspace
DEMO_TEST_SCHEME=FigmaGenDemo
DEMO_TEST_DESTINATION=OS=17.2,name=iPhone 15
DEMO_TEST_DESTINATION=OS=18.5,name=iPhone 16
DEMO_TEST_LOG_PATH=$(BUILD_PATH)/demo_test.json

README_PATH=$(README_NAME)
Expand Down
Loading