Skip to content

Commit 8d2feb8

Browse files
committed
Add code coverage
1 parent 9b38b99 commit 8d2feb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Setup code
130130
uses: maxim-lobanov/setup-xcode@v1
131131
with:
132-
xcode-version: '16.1'
132+
xcode-version: '16.2'
133133
- name: Checkout code
134134
uses: actions/checkout@v4
135135
- name: Setup Flutter
@@ -175,7 +175,7 @@ jobs:
175175
- name: Setup code
176176
uses: maxim-lobanov/setup-xcode@v1
177177
with:
178-
xcode-version: '16.1'
178+
xcode-version: '16.2'
179179
- name: Checkout code
180180
uses: actions/checkout@v4
181181
- name: Setup Flutter

0 commit comments

Comments
 (0)