Skip to content

Commit

Permalink
fix(ci): remove java from mac and ios pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jdk-21 committed Feb 29, 2024
1 parent 84c8c18 commit 7580a84
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '12.x'
cache: gradle

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
Expand Down Expand Up @@ -257,7 +250,7 @@ jobs:
build_macos:
name: Build macOS
needs: [version]
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Clone Repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -297,13 +290,6 @@ jobs:
- name: Update version in YAML
run: sed -i '' 's/00.00.00+0/${{ steps.version.outputs.content }}+${{ github.run_number }}/g' pubspec.yaml

- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '12.x'
cache: gradle

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 7580a84

Please sign in to comment.