Skip to content

Commit f954960

Browse files
authored
[Infra] Fix appdistribution workflow pod-lib-lint macos versions (#14716)
1 parent 0bd010b commit f954960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/appdistribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
strategy:
2424
matrix:
2525
include:
26-
- os: macos-15
26+
- os: macos-14
2727
xcode: Xcode_16.2
28-
- os: macos-16
28+
- os: macos-15
2929
xcode: Xcode_16.3
3030
runs-on: ${{ matrix.os }}
3131
steps:

0 commit comments

Comments
 (0)