diff --git a/.github/workflows/end-to-end.yml b/.github/workflows/end-to-end.yml index 3e6b9b658b..094b1826b6 100644 --- a/.github/workflows/end-to-end.yml +++ b/.github/workflows/end-to-end.yml @@ -68,7 +68,7 @@ jobs: end-to-end-tests: name: End to end Tests needs: build-end-to-end-tests - runs-on: macos-14-xlarge + runs-on: macos-14 timeout-minutes: 90 strategy: matrix: diff --git a/.github/workflows/sync-end-to-end.yml b/.github/workflows/sync-end-to-end.yml index 5f9fdb2b87..fc7d66c5d8 100644 --- a/.github/workflows/sync-end-to-end.yml +++ b/.github/workflows/sync-end-to-end.yml @@ -68,7 +68,7 @@ jobs: sync-end-to-end-tests: name: Sync End To End Tests needs: build-for-sync-end-to-end-tests - runs-on: macos-14-xlarge + runs-on: macos-14 timeout-minutes: 90 strategy: matrix: