Commit 977293f
fix(ci): pin Xcode 26.3.0 for macOS build job
The macOS job in push-event.yml ran on the runner's default Xcode because,
unlike the iOS job, it had no Set up Xcode step. The default Xcode predates
the macOS 26 SDK, so connectivity_plus 7.1.1 failed to compile with:
value of type 'NWPath' has no member 'isUltraConstrained'
Pin the macOS job to Xcode 26.3.0, matching the iOS job and the macOS job in
pull-request.yml, so the Push workflow builds against the macOS 26 SDK.
Fixes #32841 parent 1431af8 commit 977293f
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
253 | 258 | | |
254 | 259 | | |
255 | 260 | | |
| |||
0 commit comments