Skip to content

Commit

Permalink
chore: pin to use macos 12 in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Apr 26, 2024
1 parent a5d176b commit bdc4012
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callable-canary-e2e.yml
Original file line number Diff line number Diff line change
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
4 changes: 2 additions & 2 deletions .github/workflows/callable-e2e-test-detox.yml
Original file line number Diff line number Diff line change
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 Expand Up @@ -46,7 +46,7 @@ jobs:
shell: bash
- name: Start iOS simulator (background)
run: |
xcrun simctl boot "iPhone 11" &
xcrun simctl boot "iPhone 15" &
shell: bash
- name: Start Metro Packager (background)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-release-verification.yml
Original file line number Diff line number Diff line change
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 bdc4012

Please sign in to comment.