Skip to content

Commit bd3b3ed

Browse files
committed
Change test workflow to run on macos-15 for Xcode 16+ default
feature/swift-testing
1 parent 07f7fb4 commit bd3b3ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Lint
2727
run: swiftlint lint --quiet
2828
test:
29-
runs-on: macos-latest
29+
runs-on: macos-15
3030
environment: default
3131
steps:
3232
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)