Skip to content

Commit

Permalink
update ci, use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Mar 19, 2024
1 parent f5639af commit 7811f96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ jobs:
artifact_name: release-apk
artifact_path: build/app/outputs/apk/release/Eros-FE*.apk
- target: ios
os: macos-latest
os: macos-14
flutter_version: "3.x"
flutter_channel: stable
artifact_name: release-ios
artifact_path: build/**/Eros-FE*.ipa
- target: ios
suffix: -impeller
os: macos-latest
os: macos-14
flutter_version: "3.x"
flutter_channel: stable
artifact_name: release-ios-impeller
artifact_path: build/**/Eros-FE*.ipa
- target: macos
os: macos-latest
os: macos-14
flutter_version: "3.x"
flutter_channel: stable
artifact_name: release-mac
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

# git-crypt unlock
- name: Unlock secrets (MacOS)
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-14'
run: |
brew install git-crypt
echo $GIT_CRYPT_KEY | base64 -d -o grypt.key
Expand Down

0 comments on commit 7811f96

Please sign in to comment.