From 477da302e4296114bf0b25c02327b89b0b9cfa3c Mon Sep 17 00:00:00 2001 From: crow Date: Fri, 6 Dec 2024 16:27:22 -0800 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62815edd..b8e76ca4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,14 +6,14 @@ on: - "[0-9]+.[0-9]+.[0-9]+*" env: - DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer FLUTTER_VERSION: 3.24.3 JAVA_VERSION: "17.x" JAVA_DISTRIBUTION: 'zulu' jobs: ci: - runs-on: macos-14-xlarge + runs-on: macos-15-xlarge steps: - uses: actions/checkout@v3 @@ -21,7 +21,7 @@ jobs: with: distribution: ${{ env.JAVA_DISTRIBUTION }} java-version: ${{ env.JAVA_VERSION }} - - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + - uses: subosito/flutter-action@v2 with: flutter-version: ${{env.FLUTTER_VERSION}} - name: Run CI @@ -32,8 +32,6 @@ jobs: permissions: id-token: write uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 - with: - flutter: true release-plugin-github: runs-on: ubuntu-latest @@ -90,7 +88,7 @@ jobs: url: ${{ secrets.MOBILE_SLACK_WEBHOOK }} release-docs: - runs-on: macos-14-xlarge + runs-on: macos-15-xlarge needs: [ ci, release-plugin-github ] steps: - uses: actions/checkout@v3 @@ -105,7 +103,7 @@ jobs: java-version: ${{ env.JAVA_VERSION }} - name: Flutter action - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + uses: subosito/flutter-action@v2 with: flutter-version: ${{ env.FLUTTER_VERSION }} @@ -134,4 +132,4 @@ jobs: with: type: ${{ job.status }} job_name: ":raised_hands: Airship Flutter Plugin Released! :raised_hands:" - url: ${{ secrets.MOBILE_SLACK_WEBHOOK }} \ No newline at end of file + url: ${{ secrets.MOBILE_SLACK_WEBHOOK }}