Skip to content

Commit

Permalink
Update app_prod.yaml (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan authored Aug 19, 2024
1 parent 43a2623 commit 861195f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/app_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,16 @@ jobs:
actions: write
contents: write
id-token: write
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/setup-java@v1
with:
java-version: 17.0.6


- name: Set Xcode Version
run: |
sudo xcode-select -switch /Applications/Xcode_15.4.app
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v2
with:
Expand All @@ -120,7 +124,7 @@ jobs:
repository: namiml/appstoreconnect-build-tools

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down

0 comments on commit 861195f

Please sign in to comment.