From 40560d50ab27ca5e220477410174f2f1b2937bac Mon Sep 17 00:00:00 2001 From: Elijah Quartey Date: Thu, 31 Aug 2023 15:58:56 -0500 Subject: [PATCH] fix: make authenticator use macos --- .github/workflows/amplify_authenticator.yaml | 1 + packages/authenticator/amplify_authenticator/pubspec.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/amplify_authenticator.yaml b/.github/workflows/amplify_authenticator.yaml index de475e10f90..addc90587cc 100644 --- a/.github/workflows/amplify_authenticator.yaml +++ b/.github/workflows/amplify_authenticator.yaml @@ -69,3 +69,4 @@ jobs: with: package-name: amplify_authenticator working-directory: packages/authenticator/amplify_authenticator + runner: macos-latest diff --git a/packages/authenticator/amplify_authenticator/pubspec.yaml b/packages/authenticator/amplify_authenticator/pubspec.yaml index 4dc7b624b78..6f910fee366 100644 --- a/packages/authenticator/amplify_authenticator/pubspec.yaml +++ b/packages/authenticator/amplify_authenticator/pubspec.yaml @@ -51,3 +51,7 @@ flutter: - family: SocialIcons fonts: - asset: assets/social-buttons/SocialIcons.ttf + +aft: + github: + custom: true