From 6bf2271dd2af786de25785f5f6f039f34c9774b1 Mon Sep 17 00:00:00 2001 From: phuoc Date: Tue, 20 Feb 2024 17:53:03 +0700 Subject: [PATCH] run on macos 13 Signed-off-by: phuoc --- .github/workflows/ios-release-appcenter.yaml | 2 +- .github/workflows/ios-release-testflight.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ios-release-appcenter.yaml b/.github/workflows/ios-release-appcenter.yaml index 8f45e73d4c..8f194ae549 100644 --- a/.github/workflows/ios-release-appcenter.yaml +++ b/.github/workflows/ios-release-appcenter.yaml @@ -17,7 +17,7 @@ on: jobs: fastlane-deploy: - runs-on: macOS-12 + runs-on: macOS-13 steps: # Set up Flutter. - name: Clone Flutter repository with master channel diff --git a/.github/workflows/ios-release-testflight.yaml b/.github/workflows/ios-release-testflight.yaml index 2c4f11766e..df3c49a00b 100644 --- a/.github/workflows/ios-release-testflight.yaml +++ b/.github/workflows/ios-release-testflight.yaml @@ -12,7 +12,7 @@ on: jobs: fastlane-deploy: - runs-on: macOS-12 + runs-on: macOS-13 steps: # Set up Flutter. - name: Clone Flutter repository with master channel