Skip to content

Commit 86e2088

Browse files
Use macOS 15 runner for builds to fix traffic light rendering
1 parent d3e1d55 commit 86e2088

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ jobs:
241241
fail-fast: false
242242
matrix:
243243
include:
244-
- platform: macos-latest
244+
- platform: macos-15
245245
args: --target aarch64-apple-darwin
246246
arch: aarch64
247-
- platform: macos-latest
247+
- platform: macos-15
248248
args: --target x86_64-apple-darwin
249249
arch: x86_64
250250
- platform: ubuntu-22.04

0 commit comments

Comments
 (0)