Commit 0c8ef2c
authored
fix(ci): migrate off the retired macos-13 runner (#5711)
`macos-13` runner is being retired, and jobs using it are beginning to
fail with these errors:
```
The macOS-13 based runner images are now retired. For more details, see actions/runner-images#13046.
The macOS-13 based runner images are being deprecated, consider switching to macOS-15 (macos-15-intel) or macOS 15 arm64 (macos-latest) instead. For more details see actions/runner-images#13046
```
(for example, see
https://github.com/prisma/prisma-engines/actions/runs/20172373777/job/57911402339).
This commit migrates our macOS CI jobs to use the `macos-15` and
`macos-15-intel` runners.1 parent e3021e4 commit 0c8ef2c
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- .github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments