Skip to content

Commit d428b6b

Browse files
committed
Use macos-15 GitHub runner image and stop using macos-15-intel
This is an attempt to unstick the bots which seems to be stalled for some days now. Signed-off-by: Martin Robinson <martin@abandonedwig.info>
1 parent b1f5d86 commit d428b6b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
platform:
23-
- { target: aarch64-apple-darwin, os: macos-14, test: true }
24-
- { target: x86_64-apple-darwin, os: macos-15-intel, test: true }
23+
- { target: aarch64-apple-darwin, os: macos-15, test: true }
2524
- { target: x86_64-unknown-linux-gnu, os: ubuntu-24.04, test: true }
2625
- { target: x86_64-pc-windows-msvc, os: windows-latest, test: true }
2726
- { target: aarch64-pc-windows-msvc, os: windows-latest, test: false }

0 commit comments

Comments
 (0)