Skip to content

Commit 408e8e1

Browse files
authored
Use larger runner for macos tests to improve build time (#106)
1 parent 5d3d088 commit 408e8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
9393
test-ios:
9494
name: Run iOS Tests
95-
runs-on: macos-13
95+
runs-on: macos-13-xlarge
9696
needs: [lint, lint-swift, test]
9797
steps:
9898
- name: Checkout

0 commit comments

Comments
 (0)