diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a287e83..f573669 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 diff --git a/Makefile b/Makefile index 3c95d27..d898cad 100644 --- a/Makefile +++ b/Makefile @@ -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)