diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb25d6e5..d0a41ffc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,6 +38,9 @@ jobs: run: | sed -i '' 's/match Development/match AppStore/' Yattee.xcodeproj/project.pbxproj sed -i '' 's/iPhone Developer/iPhone Distribution/' Yattee.xcodeproj/project.pbxproj + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '14.3.1' - uses: maierj/fastlane-action@v3.0.0 with: lane: ${{ matrix.lane }} @@ -59,6 +62,9 @@ jobs: run: | sed -i '' 's/match AppStore/match Direct/' Yattee.xcodeproj/project.pbxproj 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' - uses: maierj/fastlane-action@v3.0.0 with: lane: mac build_and_notarize