From 7811f969384655131b627680fa41fff74d5e2b84 Mon Sep 17 00:00:00 2001 From: 3003h Date: Tue, 19 Mar 2024 23:37:13 +0800 Subject: [PATCH] update ci, use macos-14 --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af32bb73a..bf2a8117e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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