Skip to content

Commit 431aa80

Browse files
authored
Depricate macOS-13 gh actions (#1869)
* upgrade abseil to August 2025, Patch 1 * migrate gh action macos-13 to macos-15 x86.
1 parent f5a4380 commit 431aa80

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: MacOS-13 TON build (portable, x86-64)
1+
name: MacOS-15 TON build (portable, x86-64)
22

33
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
@@ -28,23 +28,23 @@ jobs:
2828
uses: actions/cache@v4
2929
with:
3030
path: 3pp
31-
key: ${{ runner.os }}-${{ runner.arch }}-13-3pp-${{ hashFiles('**/assembly/native/build-macos-portable.sh') }}
31+
key: ${{ runner.os }}-${{ runner.arch }}-15-3pp-${{ hashFiles('**/assembly/native/build-macos-portable.sh') }}
3232

3333
- name: Cache TON test
3434
id: cache-ton
3535
uses: actions/cache@v4
3636
with:
3737
path: ~/.ccache
38-
key: ${{ runner.os }}-${{ runner.arch }}-13-portable-ccache-${{ steps.date-stamp.outputs.timestamp }}
39-
restore-keys: ${{ runner.os }}-${{ runner.arch }}-13-portable-ccache
38+
key: ${{ runner.os }}-${{ runner.arch }}-15-portable-ccache-${{ steps.date-stamp.outputs.timestamp }}
39+
restore-keys: ${{ runner.os }}-${{ runner.arch }}-15-portable-ccache
4040

4141
- name: Build TON
4242
run: |
4343
git submodule sync --recursive
4444
git submodule update
4545
cp assembly/native/build-macos-portable.sh .
4646
chmod +x build-macos-portable.sh
47-
./build-macos-portable.sh -t -a -c -o 13.0
47+
./build-macos-portable.sh -t -a -c -o 15.0
4848
ccache -sp
4949
5050
- name: Run Tests

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Download Mac x86-64 artifacts
5454
uses: dawidd6/action-download-artifact@v6
5555
with:
56-
workflow: build-ton-macos-13-x86-64-portable.yml
56+
workflow: build-ton-macos-15-x86-64-portable.yml
5757
path: artifacts
5858
workflow_conclusion: success
5959
branch: master
@@ -71,7 +71,7 @@ jobs:
7171
- name: Download and unzip Mac x86-64 artifacts
7272
uses: dawidd6/action-download-artifact@v6
7373
with:
74-
workflow: build-ton-macos-13-x86-64-portable.yml
74+
workflow: build-ton-macos-15-x86-64-portable.yml
7575
path: artifacts
7676
workflow_conclusion: success
7777
branch: master

.github/workflows/create-tolk-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Download and unzip Mac x86-64 artifacts
4141
uses: dawidd6/action-download-artifact@v6
4242
with:
43-
workflow: build-ton-macos-13-x86-64-portable.yml
43+
workflow: build-ton-macos-15-x86-64-portable.yml
4444
path: artifacts
4545
workflow_conclusion: success
4646
branch: master

0 commit comments

Comments
 (0)