Commit d667c53
committed
fix(ci): replace deprecated macos-13 runner with ubuntu-latest for darwin-x64
macos-13 (Intel) runners are no longer available on GitHub Actions,
causing the darwin-x64 build to queue indefinitely. Since this target
is cross-compiled via fossilize and has can-test:false (can't execute
an x64 binary on arm64 macOS anyway), ubuntu-latest is the correct
choice — matching all other cross-compiled targets.1 parent 0ec4f1c commit d667c53
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments