Skip to content

Commit 551a1d7

Browse files
authored
Switch x86 macos image to macos-15-intel (#653)
CI is failing due to a brownout of the macos-13 image. Switch to the macos-15-intel image instead. Signed-off-by: Jonathan Schwender <[email protected]>
1 parent e3d1112 commit 551a1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
platform:
2727
- { target: aarch64-apple-darwin, os: macos-14 }
28-
- { target: x86_64-apple-darwin, os: macos-13 }
28+
- { target: x86_64-apple-darwin, os: macos-15-intel }
2929
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
3030
- { target: x86_64-pc-windows-msvc, os: windows-latest }
3131
runs-on: ${{ matrix.platform.os }}

0 commit comments

Comments
 (0)