Skip to content

Commit

Permalink
chore: pin to use macos 12 in gh actions (#13300)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwin Kumar <ashwsrir@amazon.com>
  • Loading branch information
ashwinkumar6 and Ashwin Kumar committed Apr 26, 2024
1 parent a5d176b commit 89ecc6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callable-canary-e2e.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
prebuild-macos:
uses: ./.github/workflows/callable-prebuild-amplify-js.yml
with:
runs_on: macos-latest
runs_on: macos-12
prebuild-samples-staging:
secrets: inherit
uses: ./.github/workflows/callable-prebuild-samples-staging.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-e2e-test-detox.yml
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
e2e-test:
name: E2E-Detox ${{ inputs.test_name }}
runs-on: macos-latest
runs-on: macos-12
timeout-minutes: ${{ inputs.timeout_minutes }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-release-verification.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
prebuild-macos:
uses: ./.github/workflows/callable-prebuild-amplify-js.yml
with:
runs_on: macos-latest
runs_on: macos-12
prebuild-samples-staging:
secrets: inherit
uses: ./.github/workflows/callable-prebuild-samples-staging.yml
Expand Down

0 comments on commit 89ecc6d

Please sign in to comment.