Skip to content

Commit 9e2c343

Browse files
authored
Switch last remaining MacOS 13 pipeline to MacOS 15 (#1898)
This causes CI failures otherwise: https://github.com/ton-blockchain/ton/actions/runs/19470205113/job/55715079514?pr=1897
1 parent 5cfc47c commit 9e2c343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ton-macos-x86-64-shared.yml renamed to .github/workflows/build-ton-macos-15-x86-64-shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch, workflow_call]
44

55
jobs:
66
build:
7-
runs-on: macos-13
7+
runs-on: macos-15-intel
88

99
steps:
1010
- name: Check out repository

0 commit comments

Comments
 (0)