Skip to content

Commit dd8d16c

Browse files
committed
update actions
1 parent eb410e2 commit dd8d16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: cd example; flutter build ios --no-codesign
2323

2424
test_iOS_SPM:
25-
name: Test iOS on ${{ matrix.os }}
25+
name: Test iOS with SPM on ${{ matrix.os }}
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
@@ -53,7 +53,7 @@ jobs:
5353

5454

5555
test_macOS_SPM:
56-
name: Test macOS on ${{ matrix.os }}
56+
name: Test macOS with SPM on ${{ matrix.os }}
5757
runs-on: ${{ matrix.os }}
5858
strategy:
5959
matrix:

0 commit comments

Comments
 (0)