Skip to content

Commit

Permalink
Don't use XL runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Dec 15, 2023
1 parent fb13306 commit 474221f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-for-sync-end-to-end-tests:
name: Build for Sync End To End Tests
runs-on: macos-13-xlarge
runs-on: macos-13
timeout-minutes: 30

steps:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
sync-end-to-end-tests:
name: Sync End To End Tests
needs: build-for-sync-end-to-end-tests
runs-on: macos-13-xlarge
runs-on: macos-13
timeout-minutes: 30
strategy:
matrix:
Expand Down

0 comments on commit 474221f

Please sign in to comment.