Skip to content

Commit e1150c0

Browse files
committed
🐛 use macos-15 explicitly
1 parent d090c80 commit e1150c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cdci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ jobs:
137137
- runner: "ubuntu-latest"
138138
label: "ubuntu-latest_LTS-x64"
139139
- runner: "macos-13"
140-
label: "macos-x64"
141-
- runner: "macos-latest"
142-
label: "macos-arm64"
140+
label: "macos-13-x64"
141+
- runner: "macos-15"
142+
label: "macos-15-arm64"
143143
- runner: "windows-latest"
144144
label: "windows-x64"
145145
steps:

0 commit comments

Comments
 (0)