Skip to content

Commit b2f1e26

Browse files
authored
Fix zip auth test (#13758)
1 parent 9a9d23d commit b2f1e26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/zip.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,9 @@ jobs:
173173
SDK: "Authentication"
174174
strategy:
175175
matrix:
176-
os: [macos-13, macos-14]
176+
os: [macos-14]
177177
artifact: [Firebase-actions-dir, Firebase-actions-dir-dynamic]
178178
include:
179-
- os: macos-13
180-
xcode: Xcode_15.2
181179
- os: macos-14
182180
xcode: Xcode_16
183181
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)