Skip to content

Commit 6e72fe2

Browse files
fix(ci): Use macos-15-xlarge
1 parent 91ee958 commit 6e72fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212

1313
jobs:
1414
build:
15-
runs-on: macos-latest-xlarge
15+
runs-on: macos-15-xlarge
1616
if: github.event.pull_request.draft == false
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)