Skip to content

Commit

Permalink
ci: Use macos-13-xlarge (#3613)
Browse files Browse the repository at this point in the history
Use macos-13-xlarge for slow GH jobs to speed up CI.
  • Loading branch information
philipphofmann authored Feb 6, 2024
1 parent 1e1a7fe commit 3f74b8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
build-benchmark-test-target:
name: Build app and test runner
runs-on: macos-13
runs-on: macos-13-xlarge
steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:

app-metrics:
name: Collect app metrics
runs-on: macos-13
runs-on: macos-13-xlarge
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

xcode-analyze:
name: Xcode Analyze
runs-on: macos-13
runs-on: macos-13-xlarge
steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
device: "iPhone 8"

# iOS 16
- runs-on: macos-13
- runs-on: macos-13-xlarge
platform: "iOS"
xcode: "14.3"
test-destination-os: "16.4"
Expand All @@ -126,15 +126,15 @@ jobs:
test-destination-os: "latest"

# macOS 13
- runs-on: macos-13
- runs-on: macos-13-xlarge
platform: "macOS"
xcode: "14.3"
test-destination-os: "latest"

# Catalyst. We only test the latest version, as
# the risk something breaking on Catalyst and not
# on an older iOS or macOS version is low.
- runs-on: macos-13
- runs-on: macos-13-xlarge
platform: "Catalyst"
xcode: "14.3"
test-destination-os: "latest"
Expand All @@ -146,7 +146,7 @@ jobs:
test-destination-os: "latest"

# tvOS 16
- runs-on: macos-13
- runs-on: macos-13-xlarge
platform: "tvOS"
xcode: "14.3"
test-destination-os: "latest"
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
ui-tests-address-sanitizer:
name: UI Tests with Address Sanitizer
runs-on: macos-13
runs-on: macos-13-xlarge

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3f74b8f

Please sign in to comment.