diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df4978c0..7a997ca7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: sed -i '' 's/iPhone Developer/iPhone Distribution/' Yattee.xcodeproj/project.pbxproj - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '14.3.1' + xcode-version: latest-stable - uses: maierj/fastlane-action@v3.0.0 with: lane: ${{ matrix.lane }} @@ -64,7 +64,7 @@ jobs: sed -i '' 's/3rd Party Mac Developer Application/Developer ID Application/' Yattee.xcodeproj/project.pbxproj - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '14.3.1' + xcode-version: latest-stable - uses: maierj/fastlane-action@v3.0.0 with: lane: mac build_and_notarize