Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app_prod.yaml #48

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading