Skip to content

Commit ee82151

Browse files
committed
ci: replace macos-12 with macos-13
The macos-12 is no longer supported by GitHub.
1 parent 8939340 commit ee82151

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- '1.20'
137137
- 'stable'
138138
runs-on:
139-
- macos-12
139+
- macos-13
140140
- macos-14
141141
tarantool:
142142
- brew
@@ -254,12 +254,6 @@ jobs:
254254
with:
255255
go-version: ${{ matrix.golang }}
256256

257-
# Workaround for Mac OS 12 testrace failure
258-
# https://github.com/golang/go/issues/49138
259-
- name: disable MallocNanoZone for macos-12
260-
run: echo "MallocNanoZone=0" >> $GITHUB_ENV
261-
if: matrix.runs-on == 'macos-12'
262-
263257
# Workaround issue https://github.com/tarantool/tt/issues/640
264258
- name: Fix tt rocks
265259
if: matrix.tarantool == 'brew'

0 commit comments

Comments
 (0)