Skip to content

Commit ccb1481

Browse files
committed
update macos intel runner to 15
1 parent 2ea18ae commit ccb1481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
ci-x86_64-darwin:
3838
uses: ./.github/workflows/ci-unix.yml
3939
with:
40-
build_runner: macos-13
41-
e2e_test_runner: macos-13
40+
build_runner: macos-15-intel
41+
e2e_test_runner: macos-15-intel
4242
target_triple: x86_64-darwin
4343
do_e2e_tests: true
4444
use_cachix: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)